Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@852a1ae
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 1, 2022
1 parent d37b323 commit 0b32280
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/FUNDING.yml

# These are supported funding model platforms

# github:
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/BUG-REPORT.yml

description: "Create a bug report"
labels:
- bug
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/DESIGN-DOC.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/DESIGN-DOC.yml

description:
"A design document is needed for non-trivial changes to the code base."
labels:
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

description:
"Suggest an idea for this project without a plan for implementation"
labels:
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/config.yml

blank_issues_enabled: false
contact_links:
- name: Ory Hydra Forum
Expand Down
3 changes: 3 additions & 0 deletions .github/auto_assign.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/auto_assign.yml

# Set to true to add reviewers to pull requests
addReviewers: true

Expand Down
3 changes: 3 additions & 0 deletions .github/config.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/config.yml

todo:
keyword: "@todo"
label: todo
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
@@ -1,3 +1,6 @@
<!-- AUTO-GENERATED, DO NOT EDIT! -->
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/server/.github/pull_request_template.md -->

<!--
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/closed_references.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/closed_references.yml

name: Closed Reference Notifier

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conventional_commits.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/conventional_commits.yml

name: Conventional commits

# This GitHub CI Action enforces that pull request titles follow conventional commits.
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/labels.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/labels.yml

name: Synchronize Issue Labels

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/milestone.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/server/.github/workflows/milestone.yml

name: Generate and Publish Milestone Document

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stale.yml
@@ -1,3 +1,6 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/stale.yml

name: "Close Stale Issues"
on:
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .reference-ignore
@@ -1,4 +1,3 @@
**/node_modules
docs
CHANGELOG.md
UPGRADE.md
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
@@ -1,3 +1,6 @@
<!-- AUTO-GENERATED, DO NOT EDIT! -->
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/CODE_OF_CONDUCT.md -->

# Contributor Covenant Code of Conduct

## Our Pledge
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
@@ -1,3 +1,6 @@
<!-- AUTO-GENERATED, DO NOT EDIT! -->
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/CONTRIBUTING.md -->

<!--
Thank you for contributing changes to this document! Because we use a central repository
Expand Down
3 changes: 3 additions & 0 deletions SECURITY.md
@@ -1,3 +1,6 @@
<!-- AUTO-GENERATED, DO NOT EDIT! -->
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/SECURITY.md -->

<!--
Thank you for contributing changes to this document! Because we use a central repository
Expand Down

0 comments on commit 0b32280

Please sign in to comment.