Skip to content

Commit 7952368

Browse files
committed
feat(workflows): add 'synchronize' event to pull_request_target trigger for auto-assign
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 985aadd commit 7952368

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ on:
44
issues:
55
types: [ opened, reopened ]
66
pull_request_target:
7-
types: [ opened, reopened ]
7+
types: [ opened, reopened, synchronize ]
88
workflow_call:
9-
workflow_dispatch:
109

1110
permissions:
1211
issues: write

resources/github-actions/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto assign
22

33
on:
44
pull_request_target:
5-
types: [opened, reopened]
5+
types: [opened, reopened, synchronize]
66
issues:
77
types: [opened, reopened]
88

0 commit comments

Comments
 (0)