Skip to content

Repoint gha reusable workflows to Morrison-Lab/gha - #40

Merged
d-morrison merged 1 commit into
mainfrom
fix/repoint-gha-to-morrison-lab
Jul 29, 2026
Merged

Repoint gha reusable workflows to Morrison-Lab/gha#40
d-morrison merged 1 commit into
mainfrom
fix/repoint-gha-to-morrison-lab

Conversation

@d-morrison

Copy link
Copy Markdown
Collaborator

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 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.

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.
Copilot AI review requested due to automatic review settings July 28, 2026 19:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@d-morrison
d-morrison merged commit 572a353 into main Jul 29, 2026
6 checks passed
@d-morrison
d-morrison deleted the fix/repoint-gha-to-morrison-lab branch July 29, 2026 20:07
@github-actions

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-07-29 20:09 UTC

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants