From 4e3663354505ab7862160fee72300b2124c0a9ff Mon Sep 17 00:00:00 2001 From: Peter Kalambet Date: Tue, 17 Oct 2023 19:06:34 +0200 Subject: [PATCH] add auto assign for the prs --- .github/auto_assign.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/auto_assign.yml 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