Skip to content

Commit 93b5836

Browse files
authored
Trigger Discord notification when draft PR is set to "ready for review" (facebook#32344)
Follow-up for facebook#32332. The Discord webhook seems to ignore draft PRs, which is a good thing. But when a draft PR is then later set to "ready for review" we do want to send another notification that should not be filtered out.
1 parent 594ea53 commit 93b5836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime_discord_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: (Runtime) Discord Notify
22

33
on:
44
pull_request_target:
5-
types: [opened]
5+
types: [opened, ready_for_review]
66
paths-ignore:
77
- compiler/**
88
- .github/workflows/compiler_**.yml

0 commit comments

Comments
 (0)