Trigger Discord notification when draft PR is set to "ready for review" (#32344)
Follow-up for #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.
Hendrik Liebau committed
Feb 9, 2025 at 23:55 UTC
93b58361d9c9632acdda76eb8a1a582d1ff9701a
1 file changed
+1
-1
.github/workflows/runtime_discord_notify.yml
+1
-1
@@ -2,7 +2,7 @@ name: (Runtime) Discord Notify
2
3
on:
4
pull_request_target:
5
- types: [opened]
5
+ types: [opened, ready_for_review]
6
paths-ignore:
7
- compiler/**
8
- .github/workflows/compiler_**.yml