From 02aead50d8de06011a3d0a63a1d2ebe6a840db66 Mon Sep 17 00:00:00 2001 From: johnnadeluy Date: Thu, 11 Apr 2024 12:29:59 +0200 Subject: [PATCH] Setup auto_assign --- .github/auto_assign.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..5423c607 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,27 @@ +# Set to true to add reviewers to pull requests +addReviewers: false + +# Set to true to add assignees to pull requests +addAssignees: true + +# A list of assignees, overrides reviewers if set +assignees: + - ssb-cgn + - Glenruben + - johnnadeluy + - annesiri + - Carl-OW + - michaelpande + +# A number of assignees to add to the pull request +# Set to 0 to add all of the assignees. +# Uses numberOfReviewers if unset. +numberOfAssignees: 1 +# A list of keywords to be skipped the process that add reviewers if pull requests include it +skipKeywords: + - dependabot + +# filterLabels: +# # Run +# include: +# - dependencies \ No newline at end of file