Skip to content

Commit 41fa723

Browse files
authored
Merge pull request #133 from d-morrison/fix/repoint-gha-to-morrison-lab
Repoint gha reusable workflows to Morrison-Lab/gha
2 parents 10767b6 + c0c4ef6 commit 41fa723

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/check-bibliography-dois.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Check Bibliography DOIs
22

3-
# Thin caller for the shared reusable workflow in d-morrison/gha.
3+
# Thin caller for the shared reusable workflow in Morrison-Lab/gha.
44
# The reusable workflow (and its bundled composite) reproduce the previous
55
# standalone behavior: scan every *.bib in the repo and validate each DOI
66
# resolves and matches its CrossRef metadata.
7-
# See https://github.com/d-morrison/gha for inputs and versioning.
7+
# See https://github.com/Morrison-Lab/gha for inputs and versioning.
88

99
on:
1010
push:
@@ -20,4 +20,4 @@ jobs:
2020
check-dois:
2121
permissions:
2222
contents: read
23-
uses: d-morrison/gha/.github/workflows/check-bibliography-dois.yml@v2
23+
uses: Morrison-Lab/gha/.github/workflows/check-bibliography-dois.yml@v2

.github/workflows/check-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Check Links
22

3-
# Thin caller for the shared reusable workflow in d-morrison/gha.
3+
# Thin caller for the shared reusable workflow in Morrison-Lab/gha.
44
# The reusable workflow reproduces the previous standalone behavior: lychee
55
# link check over .qmd/.md/.html, a PR skip-label ("links checked by hand"),
66
# and auto-filing an issue when links break on main. We pass our repo-local
77
# lychee.toml so the qwt-specific excludes (e.g. quarto.org) still apply.
8-
# See https://github.com/d-morrison/gha for inputs and versioning.
8+
# See https://github.com/Morrison-Lab/gha for inputs and versioning.
99

1010
on:
1111
push:
@@ -26,6 +26,6 @@ jobs:
2626
contents: read
2727
issues: write
2828
pull-requests: read
29-
uses: d-morrison/gha/.github/workflows/check-links.yml@v2
29+
uses: Morrison-Lab/gha/.github/workflows/check-links.yml@v2
3030
with:
3131
lychee-config: lychee.toml

.github/workflows/check-non-standard-chars.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Check Non-Standard Characters
22

3-
# Thin caller for the shared reusable workflow in d-morrison/gha.
3+
# Thin caller for the shared reusable workflow in Morrison-Lab/gha.
44
# The reusable workflow (and its bundled composite) reproduce the previous
55
# standalone behavior: detect curly quotes / en/em dashes in .qmd and .R files.
6-
# See https://github.com/d-morrison/gha for inputs and versioning.
6+
# See https://github.com/Morrison-Lab/gha for inputs and versioning.
77

88
on:
99
push:
@@ -20,4 +20,4 @@ jobs:
2020
check-chars:
2121
permissions:
2222
contents: read
23-
uses: d-morrison/gha/.github/workflows/check-non-standard-chars.yml@v2
23+
uses: Morrison-Lab/gha/.github/workflows/check-non-standard-chars.yml@v2

0 commit comments

Comments
 (0)