From 68ff5d224be115372fae52f71755239aec18cd11 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Sat, 5 Apr 2025 19:34:41 -0500 Subject: [PATCH] ci: fix stale workflow 'never stale' to 'never-stale' --- .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 892aa6b81..b1bbff44b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,6 +23,6 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been inactive for 90 days. It will be closed in 14 days unless there is further activity or the stale label is taken off.' stale-issue-label: 'stale' - exempt-issue-label: 'never stale' + exempt-issue-label: 'never-stale' days-before-stale: 90 days-before-close: 14