Skip to content

Commit

Permalink
ci: Update merge conflict labeler
Browse files Browse the repository at this point in the history
This should fix the warning about deprecated nodejs.
  • Loading branch information
QuLogic committed Apr 4, 2024
1 parent 23ea909 commit 685f057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conflictcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check if PRs have merge conflicts
uses: eps1lon/actions-label-merge-conflict@releases/2.x
uses: eps1lon/actions-label-merge-conflict@e62d7a53ff8be8b97684bffb6cfbbf3fc1115e2e # v3.0.0
with:
dirtyLabel: "status: needs rebase"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 685f057

Please sign in to comment.