Skip to content

Commit b91f1ab

Browse files
committed
Also trigger on 'synchronize'
1 parent c968fa2 commit b91f1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Copy labels from linked issues to PR
22
on:
33
pull_request:
4-
types: [opened, reopened, edited]
4+
types: [opened, reopened, edited, synchronize]
55
permissions: {}
66
jobs:
77
copy_labels:

0 commit comments

Comments
 (0)