Commit 999a879a75fa04b6e1d9f2e536cb5465332e2ce1

Authored by Perry Werneck
1 parent 65c9d620
Exists in master and in 1 other branch develop

Adding auto-assign.

Showing 1 changed file with 18 additions and 0 deletions   Show diff stats
.github/auto_assign.yml 0 → 100644
... ... @@ -0,0 +1,18 @@
  1 +# Set to true to add reviewers to pull requests
  2 +addReviewers: true
  3 +
  4 +# Set to true to add assignees to pull requests
  5 +addAssignees: true
  6 +
  7 +# A list of reviewers to be added to pull requests (GitHub user name)
  8 +reviewers:
  9 +
  10 +# A list of keywords to be skipped the process that add reviewers if pull requests include it
  11 +skipKeywords:
  12 + - wip
  13 + - work in progress
  14 +
  15 +# A number of reviewers added to the pull request
  16 +# Set 0 to add all the reviewers (default: 0)
  17 +numberOfReviewers: 0
  18 +
... ...