Skip to content

Commit 2b03006

Browse files
authored
Update labeling action (#932)
* Update label-content-prs.yml Clarify triggering events * Update trigger target per feedback
1 parent 4436b00 commit 2b03006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/label-content-prs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
name: 🏷️ Label content PRs
77

8-
on: [pull_request_target]
8+
on:
9+
pull_request_target:
10+
types: [opened, synchronize, reopened]
911

1012
jobs:
1113

0 commit comments

Comments
 (0)