From 7b9646bb22ac379060c26fdbbf30dc594922acaf Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Wed, 23 Mar 2022 13:34:48 -0400 Subject: [PATCH] Temporarily disable new `ops-bot` functionality (#10496) I recently committed a config file to be used by the [rapidsai/ops-bot](https://github.com/rapidsai/ops-bot/) and in hindsight, I should've had the new `external_contributors` functionality set to `false` until we're ready to roll it out everywhere. This PR fixes that. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: https://github.com/rapidsai/cudf/pull/10496 --- .github/ops-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index 408e28843e2..0a52b67955a 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -5,4 +5,4 @@ auto_merger: true branch_checker: true label_checker: true release_drafter: true -external_contributors: true +external_contributors: false