diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-17 17:03:16 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-17 17:03:16 -0400 |
commit | e8e51c004ba655c756c14e8d28ab593fa7168c1d (patch) | |
tree | c2da71c9eba49b9176b844a6d930332d4bba081e | |
parent | 052d1c5b077a948c4e1a11d77d9dcf6cebf5cd67 (diff) |
Add real users
-rw-r--r-- | .github/auto_assign.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 4f5e4ed0..d5d2a2fe 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -8,13 +8,14 @@ addAssignees: author # A list of reviewers to be added to pull requests (GitHub user name) reviewers: - - reviewerA - - reviewerB - - reviewerC + - IvanIFChen + - shravyaramesh + - grusuTagg + - brian-tagg # A number of reviewers added to the pull request # Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0 +numberOfReviewers: 1 # A list of assignees, overrides reviewers if set # assignees: |