ci: add workflow_dispatch trigger and improve PR review workflow#6
Merged
LucienSong merged 2 commits intomainfrom Mar 23, 2026
Merged
ci: add workflow_dispatch trigger and improve PR review workflow#6LucienSong merged 2 commits intomainfrom
LucienSong merged 2 commits intomainfrom
Conversation
Co-authored-by: LucienSong <44640337+LucienSong@users.noreply.github.com> Agent-Logs-Url: https://github.com/ShellDAO/shell-chain/sessions/604389ac-170e-4965-856b-5eb568a1ce84
Copilot
AI
changed the title
[WIP] Update workflow to re-enable PR review process
ci: add workflow_dispatch trigger and improve PR review workflow
Mar 23, 2026
LucienSong
added a commit
to LucienSong/shell-chain
that referenced
this pull request
Mar 25, 2026
…kflow-again ci: add workflow_dispatch trigger and improve PR review workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
PR #4's CI checks cannot be re-triggered after the clippy fixes landed via PR #5. This updates
pr-review.ymlto support manual re-runs and incorporates the workflow improvements from PR #4.Changes:
workflow_dispatchtrigger — enables manual re-runs from Actions → PR Review → Run workflowreview-checklist.md,rust-crypto-review.md)commit-message-check,pr-description-check) duringworkflow_dispatchrunsgithub.run_idfallback for non-PR triggersType of Change
Checklist
cargo fmtpasses)cargo clippy -- -D warningspasses)cargo testpasses)cargo doc --no-depspasses)feat:,fix:,chore:)Related Issues
Relates to PR #4, PR #5.
Additional Notes
After merge, PR #4's checks can be re-triggered by either re-running failed jobs from the GitHub UI or closing/reopening the PR. The
workflow_dispatchtrigger also enables standalone runs from the Actions tab for ad-hoc validation.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.