Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@ Removes the `full-ci` label and returns to standard CI behavior:

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

#### Important Notes

- **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 `/run-skipped-ci` again to test the new commit.
- **Branch operations:** Avoid deleting or force-pushing branches while workflows are running, as this may cause failures.

### Install Generator

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