ci: the Redline review and fix workflows now come from askalf/ci - #101
Merged
Merged
Conversation
sprayberry-redline
approved these changes
Sep 27, 2026
sprayberry-redline
left a comment
Collaborator
There was a problem hiding this comment.
Verdict: approve. Repoints the reusable Redline review workflow from askalf/askalf to askalf/ci, still pinned to a full commit SHA with redline-ref matching the uses: ref. The fork gate, permissions and triggers are unchanged, so the security posture of the caller holds. One note: the header comment on line 2 of this file still names askalf/askalf as the home of the review workflow and should be updated to askalf/ci, but that line is outside this diff.
askalf
enabled auto-merge (squash)
September 27, 2026 03:35
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.
The shared Redline workflows moved from the profile repo to askalf/ci, and their prompts now live on the runner host instead of in a public repository. This pins the caller(s) here ( redline.yml ) to askalf/ci at 48dcf94; the
uses:sha andredline-refstay identical. Nothing else changes.