Skip to content

Commit 26d5d1c

Browse files
justin808claude
andcommitted
Document edge cases for /run-skipped-ci workflow
Add important notes about force-push and branch deletion edge cases to the CI Control Commands section in CONTRIBUTING.md. Closes #2002 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 16b3908 commit 26d5d1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@ Removes the `full-ci` label and returns to standard CI behavior:
473473

474474
**Note:** The `full-ci` label is preserved on merged PRs as a historical record of which PRs ran with comprehensive testing.
475475

476+
#### Important Notes
477+
478+
- **Force-pushes:** The workflow runs against the commit SHA at the time of the comment. If you force-push after commenting, the workflow will test the old commit. Comment again to test the new commit.
479+
- **Branch operations:** Avoid deleting or force-pushing branches while workflows are running, as this may cause failures.
480+
476481
### Install Generator
477482

478483
In your Rails app add this gem with a path to your fork.

0 commit comments

Comments
 (0)