From 46e58b930d1117fdeeca99a61e903bb1a0983d4e Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Wed, 22 Jan 2020 09:50:00 -0800 Subject: [PATCH] [bots] remove auto-assign for web PRs (#15878) --- .github/auto_assign.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 5f1411b07ca..7bdabfbc1e3 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -38,3 +38,4 @@ numberOfReviewers: 1 # A list of keywords to be skipped the process that add reviewers if pull requests include it skipKeywords: - Roll + - web