Commit 3b0078c
Add /run-skipped-tests as alias for /run-skipped-ci command
This change adds /run-skipped-tests as a shorter, more intuitive alias
for the /run-skipped-ci GitHub PR comment command.
Changes:
- Updated run-skipped-ci.yml to accept both /run-skipped-ci and /run-skipped-tests
- Updated detect-invalid-ci-commands.yml to recognize /run-skipped-tests as valid
- Updated help message to document the alias
This fixes the issue where /run-skipped-tests would not trigger any
response, when users expected it to either work or show help.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 311d3a1 commit 3b0078c
File tree
2 files changed
+8
-3
lines changed- .github/workflows
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments