sync-branches
sync-branches copied to clipboard
GitHub Action to sync back a branch to another after a merge.
Hi, Thanks for this great action. We would like to use this action but there multiple vulnerabilities with severities varying from moderate to critical. Could you please enable dependabot and...
PULL_REQUEST_AUTO_MERGE_METHOD is a Unexpected input but is in [documentation](https://github.com/marketplace/actions/sync-branches#pull_request_auto_merge_method) ` Warning: Unexpected input(s) 'PULL_REQUEST_AUTO_MERGE_METHOD', valid inputs are ['GITHUB_TOKEN', 'FROM_BRANCH', 'TO_BRANCH', 'PULL_REQUEST_TITLE', 'PULL_REQUEST_BODY', 'PULL_REQUEST_IS_DRAFT', 'CONTENT_COMPARISON', 'REVIEWERS', 'TEAM_REVIEWERS'] `
GH is deprecating usage of `node12` in custom GH Actions. Using an action which runs on `node12` throws a warning: ``` The following actions uses node12 which is deprecated and...
- We have 2 branches (say dev and master) in the main repository along with developers working on forked repository. - We have several workflows that triggers on different events...
sync-branches: New code has just landed in main, so let's bring develop up to speed!
Dealing with this on my iPhone any help to solve what this is saying exactly please??
This is from a workflow triggered by cron: https://github.com/NullVoxPopuli/limber/actions/runs/4533764809/jobs/7987019509#step:5:22 Whole workflow is here: ```yml name: Preview Embroider Upgrade on: schedule: # Runs "at minute 0 minutes past midnight" (see https://crontab.guru)...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Example warning output when running `sync-branches`: Related issue: https://github.com/TreTuna/sync-branches/issues/71 Based on GitHub documentation, upgrading `@actions/core` to v1.10.0 should resolve the deprecation warning: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/