Skip to content

Releases: eps1lon/actions-label-merge-conflict

1.2.0

20 Mar 15:22
89b6401
Compare
Choose a tag to compare

1.2.0

  • Retries after 120s (up from 60s) for 5 times (up from 3)
    Previous grace period turned out to be too short for Material-UI
  • add retryAfter and retryMax inputs to configure the changed values

1.1.0

18 Mar 12:54
Compare
Choose a tag to compare

1.1.0

Now automatically retries every 60s 3 times if the mergable state is unknown. Otherwise in the push that created a conflict the calculation of the mergable state might not be completed.

1.0.0

18 Mar 11:40
Compare
Choose a tag to compare

1.0.0

Initial release

Example usage

steps:
  - name: check if prs are dirty
    uses: eps1lon/actions-label-merge-conflict@releases/1.x
    with:
      dirtyLabel: "PR: needs rebase"
      removeOnDirtyLabel: "PR: ready to ship"
      repoToken: "${{ secrets.GITHUB_TOKEN }}"