From f1a1825f5e1196b11a8739e5bab7cca11d59db9b Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Fri, 4 Nov 2022 12:40:50 +1000 Subject: [PATCH] housekeeping(stalebot): never close never stales --- .github/workflows/stale.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 6819cc3a10b78..f2d49ab5d337e 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -15,8 +15,10 @@ jobs: # https://github.com/actions/stale/pull/775 - uses: actions/stale@v6.0.0 with: - stale-issue-label: stale - stale-pr-label: stale + stale-issue-label: 'stale' + stale-pr-label: 'stale' + exempt-issue-labels: 'never stale' + exempt-pr-labels: 'never stale' # Pull Requests become stale more quickly due to merge conflicts. # Also, we promote minimizing WIP. days-before-pr-stale: 7