Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
contents: read
issues: write
pull-requests: read
uses: d-morrison/gha/.github/workflows/check-links.yml@v1
uses: Morrison-Lab/gha/.github/workflows/check-links.yml@v1
with:
lychee-config: lychee.toml
4 changes: 2 additions & 2 deletions .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Thin caller for the central d-morrison/gha reusable Claude code-review
# Thin caller for the central Morrison-Lab/gha reusable Claude code-review
# workflow. Requires the CLAUDE_CODE_OAUTH_TOKEN repository secret (passed via
# `secrets: inherit`). The workflow_dispatch path lets claude.yml re-dispatch a
# review after an @claude run pushes commits — keep this file named
Expand All @@ -22,7 +22,7 @@ jobs:
pull-requests: write
issues: write
id-token: write
uses: d-morrison/gha/.github/workflows/claude-code-review.yml@v1
uses: Morrison-Lab/gha/.github/workflows/claude-code-review.yml@v1
secrets: inherit
with:
# Wires the workflow_dispatch input through so claude.yml can re-dispatch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Thin caller for the central d-morrison/gha reusable Claude Code workflow.
# Thin caller for the central Morrison-Lab/gha reusable Claude Code workflow.
# Requires the CLAUDE_CODE_OAUTH_TOKEN repository secret. The calling job grants
# write permissions so Claude (agent mode) can push branches and open PRs;
# `secrets: inherit` passes CLAUDE_CODE_OAUTH_TOKEN through to the reusable
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
issues: write
id-token: write
actions: write # dispatch the review workflow via `gh workflow run`
uses: d-morrison/gha/.github/workflows/claude.yml@v1
uses: Morrison-Lab/gha/.github/workflows/claude.yml@v1
secrets: inherit
with:
setup-r: false # psw is a Quarto book with no R package code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
issues: write
models: read
contents: read
uses: d-morrison/gha/.github/workflows/summary.yml@v1
uses: Morrison-Lab/gha/.github/workflows/summary.yml@v1
Loading