From 3628c389c940c1c1662554075c6986a6df3cd4f4 Mon Sep 17 00:00:00 2001 From: Vishwas Shashidhar Date: Mon, 28 Oct 2019 16:51:03 +0530 Subject: [PATCH] update auto assign list --- .github/auto_assign.yml | 3 ++- .github/config.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 4406436e..19c73cfa 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -9,6 +9,7 @@ reviewers: - VishwasShashidhar - KiranNiranjan - keerthi16 + - johankwarnmarksymphony # A list of keywords to be skipped the process that add reviewers if pull requests include it skipKeywords: @@ -20,4 +21,4 @@ numberOfReviewers: 0 # A number of assignees added to the pull request # Set 0 to add all the reviewers (default: 0) -numberOfAssignees: 1 \ No newline at end of file +numberOfAssignees: 1 diff --git a/.github/config.yml b/.github/config.yml index 75bfe0c7..6fdb9996 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -27,4 +27,5 @@ watchedProject: # Users authorized to run manual trop backports authorizedUsers: - VishwasShashidhar - - KiranNiranjan \ No newline at end of file + - KiranNiranjan + - johankwarnmarksymphony