update-pr-branch icon indicating copy to clipboard operation
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.

Results 6 update-pr-branch issues
Sort by recently updated
recently updated
newest added

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...

## 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")