From e9c18c0e72f98bc0ba55083a37359e8ee771d0be Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 11 Mar 2022 16:41:29 -0500 Subject: [PATCH 1/2] add `ops-bot` config file --- .github/ops-bot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ops-bot.yaml diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml new file mode 100644 index 00000000000..8f4e31ff607 --- /dev/null +++ b/.github/ops-bot.yaml @@ -0,0 +1,8 @@ +# This file controls which features from the `ops-bot` repository below are enabled. +# - repo: https://github.com/rapidsai/ops-bot + +auto_merger: true +branch_checker: true +label_checker: true +release_drafter: true +external_contributors: true From 074fa393d4ce794951cc7fa47f8f85f008f4f7c5 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 11 Mar 2022 16:59:27 -0500 Subject: [PATCH 2/2] update comment --- .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 8f4e31ff607..408e28843e2 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -1,5 +1,5 @@ # This file controls which features from the `ops-bot` repository below are enabled. -# - repo: https://github.com/rapidsai/ops-bot +# - https://github.com/rapidsai/ops-bot auto_merger: true branch_checker: true