Skip to content

Commit

Permalink
chore: update repository templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 4, 2021
1 parent c8ebe55 commit 7f5f2be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 7f5f2be

Please sign in to comment.