Skip to content

Commit

Permalink
Merge pull request #71 from ChainSafe/peter/auto-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
kalambet authored Oct 24, 2023
2 parents 5a8df70 + c6b93a1 commit 223e3f5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Set to true to add reviewers to pull requests
addReviewers: true

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

# A list of reviewers to be added to pull requests (GitHub username)
reviewers:
- sneakzttv
- nftpixels
- empea-careercriminal

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- WIP
- wip

# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0

0 comments on commit 223e3f5

Please sign in to comment.