update-pr-branch
update-pr-branch copied to clipboard
Github Action to automatically update PR branches that match the criteria. Designed to work with the Github `auto-merge` feature.
Hi, By following [this](https://github.com/actions/checkout/tags) concept of tagging, we could use e.g @v0 or @v0.7 in our workflow files and your backward compatible changes would always used automatically. Little bit of...
We aren't in a good shape so this action is upgrading tens of branches each run, generating a massive amount of extra CI run. If it had a limit, we...
We are seeing that this action does not properly update PRs with the following reviews (in chronological order): 1. Commenting, User A 2. Request Changes, User B 3. Approve, User...
https://github.com/actions/create-release
## What - Updated `action.yml` to include `included_labels` as an optional input. - Enhanced filtering logic in to filter PRs based on the provided labels. - Updated README.md to document...
We currently have a need to only update PRs that have a specific label (e.g. "auto-update")