chore: update repository templates to e838bee8d0

This commit is contained in:
aeneasr 2024-05-22 07:34:35 +00:00
parent 67c8745e11
commit 5cd43b4fe9
3 changed files with 8 additions and 8 deletions

View File

@ -19,8 +19,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Find closed references name: Find closed references
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v2
- uses: actions/setup-node@v3 - uses: actions/setup-node@v2-beta
with: with:
node-version: "14" node-version: "14"
- uses: ory/closed-reference-notifier@v1 - uses: ory/closed-reference-notifier@v1

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v2
- name: Synchronize Issue Labels - name: Synchronize Issue Labels
uses: ory/label-sync-action@v0 uses: ory/label-sync-action@v0
with: with:

View File

@ -146,10 +146,10 @@ checklist to contribute an example:
not get mixed up. not get mixed up.
1. Add a descriptive prefix to commits. This ensures a uniform commit history 1. Add a descriptive prefix to commits. This ensures a uniform commit history
and helps structure the changelog. Please refer to this and helps structure the changelog. Please refer to this
[list of prefixes for Ory Hydra Maester](https://github.com/ory/hydra-maester/blob/master/.github/semantic.yml) [Convential Commits configuration](https://github.com/ory/hydra-maester/blob/master/.github/workflows/conventional_commits.yml)
for an overview. for the list of accepted prefixes. You can read more about the Conventional Commit specification [at their site](https://www.conventionalcommits.org/en/v1.0.0/).
1. Create a `README.md` that explains how to use the example. (Use 1. Create a `README.md` that explains how to use the example. (Use
[the README template](https://github.com/ory/examples/blob/master/_common/README)). [the README template](https://github.com/ory/examples/blob/master/_common/README.md)).
1. Open a pull request and maintainers will review and merge your example. 1. Open a pull request and maintainers will review and merge your example.
## Contribute code ## Contribute code
@ -174,8 +174,8 @@ request, go through this checklist:
1. Run `make format` 1. Run `make format`
1. Add a descriptive prefix to commits. This ensures a uniform commit history 1. Add a descriptive prefix to commits. This ensures a uniform commit history
and helps structure the changelog. Please refer to this and helps structure the changelog. Please refer to this
[list of prefixes for Ory Hydra Maester](https://github.com/ory/hydra-maester/blob/master/.github/semantic.yml) [Convential Commits configuration](https://github.com/ory/hydra-maester/blob/master/.github/workflows/conventional_commits.yml)
for an overview. for the list of accepted prefixes. You can read more about the Conventional Commit specification [at their site](https://www.conventionalcommits.org/en/v1.0.0/).
If a pull request is not ready to be reviewed yet If a pull request is not ready to be reviewed yet
[it should be marked as a "Draft"](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request). [it should be marked as a "Draft"](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request).