From e049173bceef0c53917008d7b40b4208464f4f76 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 17 Feb 2022 15:48:13 -0500 Subject: [PATCH] build: increase operations and test tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - increase the operations as 1 was too small to do anything - add an additional tag that must be present before the action will run. I will manually add that tag to some feature requests to be able to test Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/42038 Reviewed-By: Mestery Reviewed-By: Tobias Nießen --- .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 3e9147fbdd371a..7974ab42bd3ab9 100644 --- a/.github/workflows/close-stale-feature-requests.yml +++ b/.github/workflows/close-stale-feature-requests.yml @@ -41,8 +41,8 @@ jobs: stale-issue-label: stalled close-issue-message: ${{ env.CLOSE_MESSAGE }} stale-issue-message: ${{ env.WARN_MESSAGE }} - only-labels: feature request + only-labels: feature request,test-action 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: 1 + operations-per-run: 30 remove-stale-when-updated: true