Skip to content

Commit

Permalink
Use commit SHA instead of branch name for third-party actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored and fbricon committed Jan 20, 2023
1 parent 19d46d2 commit 2cdb0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conflictDetector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
- uses: mschilde/auto-label-merge-conflicts@8c6faa8a252e35ba5e15703b3d747bf726cdb95c
with:
CONFLICT_LABEL_NAME: "has conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2cdb0ce

Please sign in to comment.