Skip to content

Commit 18b72cd

Browse files
committed
GH Actions: minor tweak to merge conflict workflow
Follow up on 141 which added the `pull_request_target` trigger with types to the merge conflict check. The `edited` type seems to include changes to the PR labels, which means that the workflow keeps getting cancelled and retriggered on new PRs due to the label workflow running and adding labels, so let's remove the `edited` type.
1 parent 5b9078f commit 18b72cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/label-merge-conflicts.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
pull_request_target:
1010
types:
1111
- opened
12-
- edited
1312
- synchronize
1413
- reopened
1514

0 commit comments

Comments
 (0)