We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e63874 + 81d5950 commit 902bf01Copy full SHA for 902bf01
1 file changed
templates/.github/workflows/auto-label-pull-request.yaml.j2
@@ -7,7 +7,7 @@ permissions:
7
8
on:
9
pull_request_target:
10
- types: [opened, synchronize] # trigger when PR is opened, or commits change
+ types: [opened, edited, reopened, synchronize] # trigger when PR is opened, description edited, or commits change
11
12
jobs:
13
label:
0 commit comments