Commit 8869a30
Say what a stacked PR needs for CI to run
The stacked-PR guidance told you to verify that CI runs for every PR but
named nothing that makes it fail, so a stack that goes dark leaves you
guessing. Record the mechanism: `gh stack link` moves each base onto the
branch below, and both triggers in ci.yml filter on `master` and
`11.0_release`, which for `pull_request` matches the base.
Also record what is safe to do about it, since the obvious worry is
wasted CI: results attach to the head SHA and survive a later base
change, and re-linking mid-run cancels nothing, so there is no reason to
wait for CI before linking a stack.
Signed-off-by: Cristiano Calcagno <ccrisccris@gmail.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W8g8qwBARAcvW9MyuKQq8H1 parent 0240fbf commit 8869a30
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
301 | 315 | | |
302 | 316 | | |
303 | 317 | | |
| |||
0 commit comments