From 0aefc98cf970971e1dbc7cbadbb2933fc1fff24d Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 27 Dec 2022 10:32:46 -0500 Subject: [PATCH] Enable `Recently Updated` Check This PR enables the `Recently Updated` check, which is described here: https://docs.rapids.ai/resources/recently-updated/ [skip ci] --- .github/ops-bot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index 236696d948..2d1444c595 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -6,3 +6,4 @@ branch_checker: true label_checker: true release_drafter: true copy_prs: true +recently_updated: true