Skip to content

Commit dfec445

Browse files
chore: update PR label workflow to trigger on closed and synchronized events
1 parent 6a19a3e commit dfec445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Add Pull Requests Labels
22
on:
33
pull_request_target:
4-
types: [opened]
4+
types: [opened, closed, synchronize]
55

66
jobs:
77
add-labels:

0 commit comments

Comments
 (0)