Skip to content

Commit 902bf01

Browse files
authored
Merge pull request #155 from Ayesh/fix/auto-label-on-edit
fix(auto-labels): trigger the workflow when editing PR text #0000
2 parents 4e63874 + 81d5950 commit 902bf01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/.github/workflows/auto-label-pull-request.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
on:
99
pull_request_target:
10-
types: [opened, synchronize] # trigger when PR is opened, or commits change
10+
types: [opened, edited, reopened, synchronize] # trigger when PR is opened, description edited, or commits change
1111

1212
jobs:
1313
label:

0 commit comments

Comments
 (0)