- Handle error when label is not available (part 2) (#126)
- Handle error when label is not available (#123)
- Update to node20 (#115)
- Improve retry logic (#31 by @eps1lon)
- Only update PRs based off of the branch in the
push
event Previously we checked every open PR. Since apush
to a branch can only create merge conflicts with that branch we can limit the set of checked PRs. This should help repositories with lots of PRs targetting different branches with rate limiting. - Only leave comments if the
dirtyLabel
was added or removed
- Allow warning only if secrets aren't available (#22 by @baywet)
- Remove requirement for removeOnDirtyLabel (#21 by @baywet)
- set PRs and their dirty state as output (#17 by @baywet)