Skip to content

Commit f9db8f7

Browse files
committed
chore: update repository templates to ory/meta@c6bd2e0
1 parent f860d4f commit f9db8f7

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ body:
2525
Guidelines](https://github.com/ory/hydra-maester/blob/master/CONTRIBUTING.md)."
2626
required: true
2727
- label:
28-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
28+
"I have joined the [Ory Community Slack](https://slack.ory.com)."
2929
- label:
3030
"I am signed up to the [Ory Security Patch
31-
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
31+
Newsletter](https://www.ory.com/l/sign-up-newsletter)."
3232
id: checklist
3333
type: checkboxes
3434
- attributes:

.github/ISSUE_TEMPLATE/DESIGN-DOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ body:
3636
Guidelines](https://github.com/ory/hydra-maester/blob/master/CONTRIBUTING.md)."
3737
required: true
3838
- label:
39-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
39+
"I have joined the [Ory Community Slack](https://slack.ory.com)."
4040
- label:
4141
"I am signed up to the [Ory Security Patch
42-
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
42+
Newsletter](https://www.ory.com/l/sign-up-newsletter)."
4343
id: checklist
4444
type: checkboxes
4545
- attributes:

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ body:
2929
Guidelines](https://github.com/ory/hydra-maester/blob/master/CONTRIBUTING.md)."
3030
required: true
3131
- label:
32-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
32+
"I have joined the [Ory Community Slack](https://slack.ory.com)."
3333
- label:
3434
"I am signed up to the [Ory Security Patch
35-
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
35+
Newsletter](https://www.ory.com/l/sign-up-newsletter)."
3636
id: checklist
3737
type: checkboxes
3838
- attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ contact_links:
99
Please ask and answer questions here, show your implementations and
1010
discuss ideas.
1111
- name: Ory Chat
12-
url: https://www.ory.sh/chat
12+
url: https://www.ory.com/chat
1313
about:
1414
Hang out with other Ory community members to ask and answer questions.

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pull requests introducing new features, which do not have a design document link
2424
get merged.
2525
2626
You can discuss changes with maintainers either in the Github Discussions in this repository or
27-
join the [Ory Chat](https://www.ory.sh/chat).
27+
join the [Ory Chat](https://www.ory.com/chat).
2828
-->
2929

3030
## Checklist
@@ -39,7 +39,7 @@ them, don't hesitate to ask. We're here to help! This is simply a reminder of wh
3939
- [ ] I have read the [security policy](../security/policy).
4040
- [ ] I confirm that this pull request does not address a security vulnerability.
4141
If this pull request addresses a security vulnerability,
42-
I confirm that I got approval (please contact [security@ory.sh](mailto:security@ory.sh)) from the maintainers to push the changes.
42+
I confirm that I got approval (please contact [security@ory.com](mailto:security@ory.com)) from the maintainers to push the changes.
4343
- [ ] I have added tests that prove my fix is effective or that my feature works.
4444
- [ ] I have added the necessary documentation within the code base (if appropriate).
4545

.github/workflows/closed_references.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
name: Find closed references
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2-beta
2424
with:
25-
node-version: "22"
25+
node-version: "14"
2626
- uses: ory/closed-reference-notifier@v1
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/conventional_commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Validate PR title
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v3
2828
- id: config
2929
uses: ory/ci/conventional_commit_config@master
3030
with:
@@ -46,7 +46,7 @@ jobs:
4646
deps
4747
docs
4848
default_require_scope: false
49-
- uses: amannn/action-semantic-pull-request@v6
49+
- uses: amannn/action-semantic-pull-request@v4
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
with:

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v2
2020
- name: Synchronize Issue Labels
2121
uses: ory/label-sync-action@v0
2222
with:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository_owner == 'ory'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v10
15+
- uses: actions/stale@v4
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: |

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ individual problems. If Ory open source software is used in production in a
4747
for-profit company or enterprise environment, we mandate a paid support contract
4848
where Ory is obligated under their service level agreements (SLAs) to offer a
4949
defined level of availability and responsibility. For more information about
50-
paid support please contact us at sales@ory.sh.
50+
paid support please contact us at sales@ory.com.
5151

5252
## Enforcement Responsibilities
5353

@@ -73,7 +73,7 @@ representative at an online or offline event.
7373

7474
Instances of abusive, harassing, or otherwise unacceptable behavior may be
7575
reported to the community leaders responsible for enforcement at
76-
[office@ory.sh](mailto:office@ory.sh). All complaints will be reviewed and
76+
[office@ory.com](mailto:office@ory.com). All complaints will be reviewed and
7777
investigated promptly and fairly.
7878

7979
All community leaders are obligated to respect the privacy and security of the

0 commit comments

Comments
 (0)