Commit a7cda9c
Add guidance on using GH CLI to check if failures are pre-existing
Before investigating test failures, always check if they existed before
your changes using gh CLI:
- Check CI status for commits before your changes
- Compare to current HEAD to see if your changes introduced failures
- Don't waste time debugging pre-existing issues
This prevents the mistake of asking "are these failures from my changes?"
when GH CLI can answer that question definitively.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent e8f6ce2 commit a7cda9c
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
15 | 35 | | |
16 | 36 | | |
17 | 37 | | |
| |||
0 commit comments