Skip to content

Commit 96b2fd4

Browse files
authored
Merge pull request #45 from AyodeAwe/add-ops-bot
Enable ops-bot, copy-pr-bot
2 parents c9fcee5 + 10c210c commit 96b2fd4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/copy-pr-bot.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Configuration file for `copy-pr-bot` GitHub App
2+
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
3+
4+
enabled: true

.github/ops-bot.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file controls which features from the `ops-bot` repository below are enabled.
2+
# - https://github.com/rapidsai/ops-bot
3+
4+
auto_merger: true
5+
branch_checker: true
6+
label_checker: true
7+
release_drafter: true
8+
recently_updated: true
9+
forward_merger: true

0 commit comments

Comments
 (0)