From 5c6844c4106d8c39808e022b65afe6dfe887a0f4 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 27 Dec 2022 10:42:30 -0500 Subject: [PATCH] Enable `Recently Updated` Check (#5105) This PR enables the `Recently Updated` check, which is described here: https://docs.rapids.ai/resources/recently-updated/ Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) --- .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