We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827dddc commit 44c15b7Copy full SHA for 44c15b7
.github/workflows/label-merge-conflicts.yml
@@ -1,4 +1,8 @@
1
name: "Check for conflicts"
2
+
3
+permissions:
4
+ contents: read
5
6
on:
7
push:
8
branches:
@@ -11,7 +15,7 @@ jobs:
11
15
runs-on: ubuntu-latest
12
16
steps:
13
17
- name: check if PRs have conflicts
14
- uses: eps1lon/actions-label-merge-conflict@releases/2.x
18
+ uses: eps1lon/actions-label-merge-conflict@fd1f295ee7443d13745804bc49fe158e240f6c6e
19
with:
20
dirtyLabel: "merge conflict"
21
repoToken: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments