From 56dec9eaa19204c616133a3cf4e95d6a6d9591c0 Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Fri, 26 Aug 2022 14:43:51 +0200 Subject: [PATCH] Added auto assign for PR --- .github/auto_assign.yml | 13 +++++++++++++ 1 file changed, 13 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..212aeb27 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,13 @@ +# 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 team reviewers to be added to pull requests (GitHub team slug) +reviewers: + - /sith-3-developers + +# Number of reviewers has no impact on Github teams +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0 \ No newline at end of file