From 0d8f76ff2f34a270b3f708ec87066a1586a77157 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 22 Feb 2022 14:17:56 -0500 Subject: [PATCH] build: update feature close action for testing This should process the 4 oldest feature requests. Once we've confirmed these are ok we can adjust the days before an issue is marked as stale. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/42082 Reviewed-By: Mestery Reviewed-By: Antoine du Hamel --- .github/workflows/close-stale-feature-requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-stale-feature-requests.yml b/.github/workflows/close-stale-feature-requests.yml index 7974ab42bd3ab9..db737a8f86231e 100644 --- a/.github/workflows/close-stale-feature-requests.yml +++ b/.github/workflows/close-stale-feature-requests.yml @@ -36,12 +36,12 @@ jobs: - uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 150 + days-before-stale: 1226 days-before-close: 30 stale-issue-label: stalled close-issue-message: ${{ env.CLOSE_MESSAGE }} stale-issue-message: ${{ env.WARN_MESSAGE }} - only-labels: feature request,test-action + only-labels: feature request exempt-pr-labels: never-stale # max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits operations-per-run: 30