Releases: eps1lon/actions-label-merge-conflict
Releases · eps1lon/actions-label-merge-conflict
3.0.3
v3.0.2
3.0.1
What's Changed
- docs: Added a note about label removal to README.md by @AlexSkrypnyk in #122
- fix: Handle error when label is not available by @kiblik in #123
New Contributors
- @AlexSkrypnyk made their first contribution in #122
- @kiblik made their first contribution in #123
Full Changelog: v3.0.0...v3.0.1
v3.0.0
2.1.0
Changes
- Address set-output deprecation (#92 by @NotMyFault)
- Fix CVE-2022-35954 (#92 by @NotMyFault)
2.0.0
Changes
- 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
1.4.0
1.3.0
1.2.4
Fixes the moderate security vulnerability CVE-2020-11021.
1.2.3
- Fixes
retryAfter
having no effect