We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e420c03 commit 1767200Copy full SHA for 1767200
1 file changed
.github/workflows/label-conflict.yml
@@ -1,9 +1,5 @@
1
name: Auto Label Conflicts
2
-on:
3
- pull_request:
4
- branches:
5
- - 'develop'
6
- - '4.*'
+on: pull_request_target
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -15,13 +11,13 @@ permissions:
15
11
pull-requests: write
16
12
17
13
jobs:
18
- auto-label:
14
+ auto-label-conflict:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: prince-chrismc/label-merge-conflicts-action@v3
22
with:
23
conflict_label_name: 'stale'
24
- github_token: ${{ github.token }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
25
26
# --- Optional Inputs ---
27
# To make sure the merge commit exactly matches the branch
0 commit comments