From 9eadba4aef63c739841c9fdcaece1905d0810fe3 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 28 Aug 2023 09:44:15 -0400 Subject: [PATCH] Use `copy-pr-bot` (#679) --- .github/copy-pr-bot.yaml | 4 ++++ .github/ops-bot.yaml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .github/copy-pr-bot.yaml diff --git a/.github/copy-pr-bot.yaml b/.github/copy-pr-bot.yaml new file mode 100644 index 00000000..895ba83e --- /dev/null +++ b/.github/copy-pr-bot.yaml @@ -0,0 +1,4 @@ +# Configuration file for `copy-pr-bot` GitHub App +# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/ + +enabled: true diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index 87b87b57..0a0ad189 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -1,6 +1,5 @@ # This file controls which features from the `ops-bot` repository below are enabled. # - https://github.com/rapidsai/ops-bot -copy_prs: true auto_merger: true branch_checker: true