Skip to content

Commit

Permalink
chore: update repository templates (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 4, 2021
1 parent dcabfb0 commit 44efd60
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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
1 change: 0 additions & 1 deletion .github/workflows/closed_references.yml
Expand Up @@ -25,4 +25,3 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issueLabels: upstream,good first issue,help wanted
issueLimit: ${{ github.event.inputs.issueLimit || '5' }}
ignore: .git,docker

0 comments on commit 44efd60

Please sign in to comment.