Skip to content

Commit 9f2db85

Browse files
committed
Map ready_for_review action to open trigger type
1 parent 0c049f2 commit 9f2db85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ runs:
236236
237237
if [ "$EVENT_NAME" == "pull_request" ]; then
238238
case "$EVENT_ACTION" in
239-
opened|reopened)
239+
opened|reopened|ready_for_review)
240240
TRIGGER_TYPE="open"
241241
;;
242242
synchronize)

0 commit comments

Comments
 (0)