diff --git a/.github/auto-assign.yml b/.github/auto-assign.yml deleted file mode 100644 index 2e5650a..0000000 --- a/.github/auto-assign.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Set to true to add reviewers to PRs -addReviewers: true - -# Set to 'author' to add PR's author as an assignee -addAssignees: author - -# A list of reviewers to be added to PRs (GitHub username) -reviewers: - - Pascal-Projects - -# A number of reviewers added to the PR -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0 - -# A list of assignees, overrides reviewers if set -assignees: - - Pascal-Projects - -# A number of assignees to add to the PRs -# Set to 0 to add all the assignees. -# Uses numberOfReviewers if unset. -numberOfAssignees: 0 - -# A list of keywords to be skipped the process if PR's title include it -skipKeywords: - - wip