- Improve retry logic (#31 by @eps1lon)
- Only update PRs based off of the branch in the
pushevent Previously we checked every open PR. Since apushto 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
dirtyLabelwas 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)