Commit f317fc7
authored
fix: only notify Slack when merge-train PR is dequeued without being merged (#19146)
## Summary
- Skip Slack notification when a merge-train PR is dequeued due to
successful merge
- Only notify when the PR is removed from the merge queue for other
reasons (failed checks, conflicts, etc.)
## Test plan
- Merge to next, verify no notification when merge-train PR merges
successfully
- Verify notification still fires when merge-train PR is dequeued due to
failure1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments