adRise / update-pr-branch

Github Action to automatically update PR branches that match the criteria. Designed to work with the Github `auto-merge` feature.
MIT License
18 stars 10 forks source link

Feature request: Enable support for filtering PRs with labels #38

Open jeffbadorek opened 1 month ago

jeffbadorek commented 1 month ago

We currently have a need to only update PRs that have a specific label (e.g. "auto-update")

zhiyelee commented 1 month ago

That's a valid use case. Will look into this, thanks