chore: pin self-review workflow to the canonical dotCMS repo - #4
Open
wezell wants to merge 3 commits into
Open
Conversation
This repo is no longer a fork of wezell/openrouter-code-review-action — it is the canonical home. Point the self-review workflow's trusted-ref pin at itself (v1.0.3 tag SHA) and update the coverage test to assert the canonical owner for the review workflow. The act workflow still pins the wezell ref; update it separately if desired.
Auto Release on Merge cut v1.1.0 from the merged main; follow the 'update the pin on each release' convention and point the self-review workflow at the latest release SHA.
|
dotbot code review:
The incremental change replaces the annotated tag-object SHA with its peeled commit SHA, which resolves the prior pin issue and matches the v1/latest tag target. Tip: comment with "/dotbot address comments" to attempt automated fixes for unresolved review threads. reviewed by dotbot · meta/muse-spark-1.3 · medium |
|
dotbot code review:
The incremental change replaces the tag-object SHA with the peeled commit aa372f5, resolving the prior finding. The pin now points to a real commit SHA consistent with the workflow's documented convention. Tip: comment with "/dotbot address comments" to attempt automated fixes for unresolved review threads. reviewed by dotbot · ~z-ai/glm-latest · medium |
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.
What
This repo is no longer a fork of
wezell/openrouter-code-review-action— it is the canonical home. Point the self-review workflow's trusted-ref pin at itself instead of the upstream fork.Changes
.github/workflows/dotbot-review.yml—uses: dotCMS/openrouter-code-review-action@a716ed1…(the v1.0.3 tag SHA), replacing thewezell@d68edbb…pin.tests/test_module_coverage.py— the review-workflow assertion now checksdotCMS/openrouter-code-review-action@; the act-workflow assertion still checkswezell@(act mode is unchanged).Notes
./or@latest— the P0 guard intest_module_coverage.pyis preserved.dotbot-act.yml) still pinswezell; update it separately if you want it canonical too.main; this is a follow-up on top of it.🤖 Generated with Zed