Skip to content

Commit 3d4a112

Browse files
authored
Help CI understand that I renamed the repo. (#12021)
1 parent c92154b commit 3d4a112

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body:
2222
What commands do we need to run?
2323
Are there any packages that we need to install?
2424
What does the `schema.prisma` need to look like?
25-
Maybe include a link to a GitHub repo or a Gitpod snapshot? ([Instructions here](https://github.com/redwoodjs/redwood/blob/main/CONTRIBUTING.md#Creating-a-reproduction-to-include-with-issues).)
25+
Maybe include a link to a GitHub repo or a Gitpod snapshot? ([Instructions here](https://github.com/redwoodjs/graphql/blob/main/CONTRIBUTING.md#Creating-a-reproduction-to-include-with-issues).)
2626
2727
2828
While this field is optional,

.github/ISSUE_TEMPLATE/rfc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ body:
4747
Lastly, consider reading some great examples:
4848
4949
- [Prerender proposal](https://community.redwoodjs.com/t/prerender-proposal/849)
50-
- [Optional path parameters](https://github.com/redwoodjs/redwood/issues/2429)
51-
- [Multitenant support](https://github.com/redwoodjs/redwood/issues/5821)
50+
- [Optional path parameters](https://github.com/redwoodjs/graphql/issues/2429)
51+
- [Multitenant support](https://github.com/redwoodjs/graphql/issues/5821)
5252
validations:
5353
required: true
5454

.github/workflows/check-test-project-fixture.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
detect-changes:
17-
if: github.repository == 'redwoodjs/redwood'
17+
if: github.repository == 'redwoodjs/graphql'
1818
name: 🔍 Detect changes
1919
runs-on: ubuntu-latest
2020

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
detect-changes:
22-
if: github.repository == 'redwoodjs/redwood'
22+
if: github.repository == 'redwoodjs/graphql'
2323
name: 🔍 Detect changes
2424
runs-on: ubuntu-latest
2525

.github/workflows/publish-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions: {}
1919
jobs:
2020
publish-canary:
2121
name: 🦜 Publish Canary
22-
if: github.repository == 'redwoodjs/redwood'
22+
if: github.repository == 'redwoodjs/graphql'
2323
runs-on: ubuntu-latest
2424
outputs:
2525
version: ${{ steps.get-version.outputs.value }}

.github/workflows/publish-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions: {}
1919
jobs:
2020
check-git-tags:
2121
name: 🏷 Check git tags
22-
if: github.repository == 'redwoodjs/redwood'
22+
if: github.repository == 'redwoodjs/graphql'
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)