Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@95e82c6
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 22, 2024
1 parent f1fb2e8 commit 204db25
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ body:
id: checklist
type: checkboxes
- attributes:
description: "Enter the slug or API URL of the affected Ory Network project. Leave empty when you are self-hosting."
description:
"Enter the slug or API URL of the affected Ory Network project. Leave
empty when you are self-hosting."
label: "Ory Network Project"
placeholder: "https://<your-project-slug>.projects.oryapis.com"
id: ory-network-project
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/DESIGN-DOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ body:
id: checklist
type: checkboxes
- attributes:
description: "Enter the slug or API URL of the affected Ory Network project. Leave empty when you are self-hosting."
description:
"Enter the slug or API URL of the affected Ory Network project. Leave
empty when you are self-hosting."
label: "Ory Network Project"
placeholder: "https://<your-project-slug>.projects.oryapis.com"
id: ory-network-project
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ body:
id: checklist
type: checkboxes
- attributes:
description: "Enter the slug or API URL of the affected Ory Network project. Leave empty when you are self-hosting."
description:
"Enter the slug or API URL of the affected Ory Network project. Leave
empty when you are self-hosting."
label: "Ory Network Project"
placeholder: "https://<your-project-slug>.projects.oryapis.com"
id: ory-network-project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/closed_references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
name: Find closed references
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

Check failure on line 22 in .github/workflows/closed_references.yml

View workflow job for this annotation

GitHub Actions / Lint GithubAction files

the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue
- uses: actions/setup-node@v2-beta
with:
node-version: "14"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- id: config
uses: ory/ci/conventional_commit_config@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2

Check failure on line 19 in .github/workflows/labels.yml

View workflow job for this annotation

GitHub Actions / Lint GithubAction files

the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue
- name: Synchronize Issue Labels
uses: ory/label-sync-action@v0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository_owner == 'ory'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
- uses: actions/stale@v4

Check failure on line 15 in .github/workflows/stale.yml

View workflow job for this annotation

GitHub Actions / Lint GithubAction files

the runner of "actions/stale@v4" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
Expand Down

0 comments on commit 204db25

Please sign in to comment.