From e65e439fbbfce2a049641de13b5e8e498c8fc1c6 Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Fri, 24 Apr 2020 22:10:33 +0200 Subject: [PATCH] Add auto-assign bot --- .github/auto-assign-issues.yml | 11 +++++++++++ .github/auto_assign.yml | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .github/auto-assign-issues.yml create mode 100644 .github/auto_assign.yml diff --git a/.github/auto-assign-issues.yml b/.github/auto-assign-issues.yml new file mode 100644 index 00000000..def5bb0a --- /dev/null +++ b/.github/auto-assign-issues.yml @@ -0,0 +1,11 @@ +# If enabled, auto-assigns users when a new issue is created +# Defaults to true, allows you to install the app globally, and disable on a per-repo basis +addAssignees: true + +# The list of users to assign to new issues. +# If empty or not provided, the repository owner is assigned +assignees: + - fenny + - koddr + - thomasvvugt + - jozsefsallai \ No newline at end of file diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 00000000..d702ecc2 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,20 @@ +# Set to true to add reviewers to pull requests +addReviewers: true + +# Set to true to add assignees to pull requests +addAssignees: true + +# A list of reviewers to be added to pull requests (GitHub user name) +reviewers: + - fenny + - koddr + - thomasvvugt + - jozsefsallai + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +skipKeywords: + - wip + +# A number of reviewers added to the pull request +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0 \ No newline at end of file