From 9f56de878ea330ffbaa943a3e15f2f8a512aa5cd Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Thu, 29 Dec 2022 16:59:16 -0500 Subject: [PATCH] Enable `Recently Updated` Check (#530) This PR enables a new PR check, `Recently Updated`, that is intended to be used alongside GitHub Actions. Details on this check can be found here: https://docs.rapids.ai/resources/recently-updated/. **Note:** The new `Recently Updated` check won't appear on PRs until _after_ this change is merged to the default branch. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/cusignal/pull/530 --- .github/ops-bot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index 5808edbd..4d53902b 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -7,3 +7,4 @@ label_checker: true release_drafter: true external_contributors: false copy_prs: true +recently_updated: true