Commit 5815529
Fix automerge: only trigger on success, not every status update (#83)
Filter status events to state=='success' in the job condition.
Eliminates runs for pending/error/failure states. The workflow
now only comments/merges once ALL required statuses are green.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4ceec14 commit 5815529
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments