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 0126667 commit 6ea8869Copy full SHA for 6ea8869
.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:
0 commit comments