Skip to content

Commit 4e791aa

Browse files
committed
fix: remove opened trigger from conflict-notifier workflow to prevent duplicate notifications
1 parent 5485c66 commit 4e791aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conflict-notifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
pull_request_target:
10-
types: [opened, synchronize, reopened, edited]
10+
types: [synchronize, reopened, edited]
1111
workflow_dispatch:
1212

1313
permissions:

0 commit comments

Comments
 (0)