Commit 095b566
Only trigger on OpenPublishing.Build, not both statuses (#85)
Triggering on both OpenPublishing.Build and PoliCheck Scan causes
duplicate comments — both fire at roughly the same time and both
find all required statuses green.
Fix: trigger only on OpenPublishing.Build (which carries the build
report URL we need). PoliCheck is still verified as a required
status inside the script — it just doesn't trigger a separate run.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7b2d953 commit 095b566
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
0 commit comments