From 9975bc8dabc6a295cc5b2fc38dfa7fbd91205820 Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Tue, 17 Jan 2023 16:31:31 -0500 Subject: [PATCH] ci: Fix stalebot config (#131) I noticed that stalebot wasn't respecting our `wip` label, only to realize I hadn't yet updated its config. --- #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation (`docs/`) and code comments, or no documentation updates needed --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d5dbfbee1d7..345ce716a8a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,4 +17,4 @@ jobs: days-before-close: -1 days-before-pr-stale: 10 days-before-pr-close: 4 - exempt-pr-labels: "S:wip" + exempt-pr-labels: "wip"