Skip to content

Commit

Permalink
chore: update repository templates (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 4, 2021
1 parent c8ebe55 commit 621ef68
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNER
@@ -0,0 +1 @@
* @ory/maintainers
15 changes: 15 additions & 0 deletions .github/auto_assign.yml
@@ -0,0 +1,15 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: true

# A list of reviewers to be added to pull requests (GitHub user name)
assignees:
- ory/maintainers

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0

addAssignees: author
3 changes: 2 additions & 1 deletion docs/docs/sdk.md
Expand Up @@ -30,7 +30,8 @@ repositories:
- [Ruby](https://rubygems.org/gems/ory-oathkeeper-client)
- [Rust](https://crates.io/crates/ory-oathkeeper-client)

Take a look at the source: [Generated SDKs for Ory Oathkeeper](https://github.com/ory/sdk/tree/master/clients/oathkeeper/)
Take a look at the source:
[Generated SDKs for Ory Oathkeeper](https://github.com/ory/sdk/tree/master/clients/oathkeeper/)

Missing your programming language?
[Create an issue](https://github.com/ory/oathkeeper/issues) and help us build,
Expand Down

0 comments on commit 621ef68

Please sign in to comment.