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.
This commit is contained in:
Hendrik Liebau
2025-02-09 17:55:50 -05:00
committed by GitHub
parent 594ea533d3
commit 93b58361d9
+1 -1
View File
@@ -2,7 +2,7 @@ name: (Runtime) Discord Notify
on:
pull_request_target:
types: [opened]
types: [opened, ready_for_review]
paths-ignore:
- compiler/**
- .github/workflows/compiler_**.yml