diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 00000000..02304d25 --- /dev/null +++ b/.github/auto_assign.yml @@ -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