From 55a257bdf886fcb8e3f6a9052777fa73c4135954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:41:37 +0100 Subject: [PATCH] Delete auto_assign.yml --- .github/auto_assign.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index 9884624..0000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Set to true to add reviewers to pull requests -addReviewers: true - -# Set to true to add assignees to pull requests -addAssignees: false - -# A list of team reviewers to be added to pull requests (GitHub team slug) -reviewers: - - idealista/reviewers - -# Number of reviewers has no impact on Github teams -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0 - -# Set to author to set pr creator as assignee -addAssignees: author - - -# A list of keywords to be skipped the process that add reviewers if pull requests include it -skipKeywords: - - "WIP" - - "[WIP]"