From 774fe39dd1e13989a3dd9030a4d42ecf3e39ebae Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 28 Aug 2023 09:47:01 -0400 Subject: [PATCH] Use `copy-pr-bot` (#606) [skip ci] --- .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 000000000..895ba83ee --- /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 4d53902ba..fc90c22b9 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -6,5 +6,4 @@ branch_checker: true label_checker: true release_drafter: true external_contributors: false -copy_prs: true recently_updated: true