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.
2 parents 6f29d9b + 6ea8869 commit d900658Copy full SHA for d900658
.github/workflows/label-merge-conflicts.yml
@@ -1,9 +1,17 @@
1
name: Check PRs for merge conflicts
2
3
on:
4
+ # Check for new conflicts due to merges.
5
push:
6
branches:
7
- master
8
+ # Check conflicts in new PRs and for resolved conflicts due to an open PR being updated.
9
+ pull_request_target:
10
+ types:
11
+ - opened
12
+ - edited
13
+ - synchronize
14
+ - reopened
15
16
# Cancels all previous workflow runs for the same branch that have not yet completed.
17
concurrency:
.github/workflows/label-remove-outdated.yml
@@ -39,6 +39,7 @@ jobs:
39
labels: |
40
Status: awaiting feedback
41
Status: close candidate
42
+ Status: has merge conflict
43
Status: needs investigation
44
Status: triage
45
0 commit comments