Repoint gha reusable workflows to Morrison-Lab/gha - #40
Merged
Conversation
The gha repo moved from d-morrison/gha to Morrison-Lab/gha. GitHub Actions does not follow repository-rename redirects for 'uses:', so every call was failing to resolve before any job started. Tags and paths are unchanged.
|
d-morrison
added a commit
that referenced
this pull request
Aug 10, 2026
The caller job's permissions block omitted `actions:`, which GitHub Actions treats as `none` and caps what a reusable workflow's job may request. Morrison-Lab/gha's claude-code-review.yml `claude-review` job requests `actions: read` (so claude-code-action can install its github_ci MCP server), so every run since #40 repointed this file to Morrison-Lab/gha has failed at startup with "The nested job 'claude-review' is requesting 'actions: read', but is only allowed 'actions: none'." and 0 jobs created. Also bump @v1 -> @v2: gha's own CLAUDE.md documents claude-code-review as one of the capabilities pinned at @v2, and its canonical examples/claude-code-review.yml already carries the same actions: read line. Fixes #43.
3 tasks
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
gharepo moved fromd-morrison/ghatoMorrison-Lab/gha.GitHub Actions does not follow repository-rename redirects for
uses:, soevery call in this repo was failing to resolve before any job started. This
repoints all 6 reference(s) across 4 workflow file(s). Tags and paths
are unchanged.
Direct push to the default branch was blocked by repository rules, so this is a PR.