From 994ce4519d54da191f4198c1a62b50cf35786611 Mon Sep 17 00:00:00 2001 From: gaaclarke <30870216+gaaclarke@users.noreply.github.com> Date: Mon, 25 Nov 2019 09:38:36 -0800 Subject: [PATCH] Removed auto roll commits from auto_assign. (#13992) --- .github/auto_assign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index ef0e0d89d..5f1411b07 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -36,5 +36,5 @@ numberOfReviewers: 1 # numberOfAssignees: 2 # A list of keywords to be skipped the process that add reviewers if pull requests include it -# skipKeywords: -# - wip +skipKeywords: + - Roll -- GitLab