Skip to content

Commit 886d496

Browse files
committed
[Fix] Fix duplicate reopen trigger
Removes 'reopened' from the types on `bot-autoassign-pr-issue-link.yml`. The `bot-autoassign-pr-reopen.yml` already properly handles PR reopens, meaning this additional trigger was causing bot spam and race conditions.
1 parent 74b3462 commit 886d496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-autoassign-pr-issue-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Issue Auto-Assignment
22
on:
33
pull_request_target:
4-
types: [opened, reopened, closed]
4+
types: [opened, closed]
55
permissions:
66
contents: read
77
issues: write

0 commit comments

Comments
 (0)