Skip to content

Commit 5bcb5ae

Browse files
chore: update PR label workflow to include 'ready_for_review' event
1 parent dfec445 commit 5bcb5ae

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, closed, synchronize]
4+
types: [opened, closed, ready_for_review]
55

66
jobs:
77
add-labels:

0 commit comments

Comments
 (0)