Skip to content

Releases: eps1lon/actions-label-merge-conflict

3.0.1

10 May 11:31
6d74047
Compare
Choose a tag to compare

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

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Mar 16:29
e62d7a5
Compare
Choose a tag to compare

What's Changed

  • Update to node20 (#115)

Full Changelog: v2.1.0...v3.0.0

2.1.0

31 Oct 08:46
fd1f295
Compare
Choose a tag to compare

Changes

2.0.0

04 Aug 08:30
Compare
Choose a tag to compare

Changes

  • Only update PRs based off of the branch in the push event
    Previously we checked every open PR.
    Since a push 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

23 Jul 18:36
Compare
Choose a tag to compare

Changes

  • Allow warning only if secrets aren't available (#22 by @baywet)
  • Remove requirement for removeOnDirtyLabel (#21 by @baywet)

1.3.0

20 Jul 14:04
0d8ca43
Compare
Choose a tag to compare

Changes

  • set PRs and their dirty state as output (#17 by @baywet)

1.2.4

04 Jul 10:27
f777ffd
Compare
Choose a tag to compare

Fixes the moderate security vulnerability CVE-2020-11021.

1.2.3

25 Mar 13:01
Compare
Choose a tag to compare
  • Fixes retryAfter having no effect

1.2.2

25 Mar 10:52
Compare
Choose a tag to compare

1.2.2

  • skip adding a label if it already exists to avoid PRs being marked as updated (#8)

1.2.1

22 Mar 00:17
Compare
Choose a tag to compare
  • fixes action retrying infinitely and too fast if no retry* inputs were set