From e016b4a084c17eee78d78b51805892cccba62ee6 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 11 Mar 2022 16:44:08 -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 000000000..8f4e31ff6 --- /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 7f574b56072a977871a3227c1ff2391cc3ccb7f9 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 11 Mar 2022 17:00:58 -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 8f4e31ff6..408e28843 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