Skip to content

Commit 0cc1a27

Browse files
mhdawsonbengl
authored andcommitted
build: increase operations and test tag
- 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 <[email protected]> PR-URL: #42038 Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent f49fe21 commit 0cc1a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/close-stale-feature-requests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
stale-issue-label: stalled
4242
close-issue-message: ${{ env.CLOSE_MESSAGE }}
4343
stale-issue-message: ${{ env.WARN_MESSAGE }}
44-
only-labels: feature request
44+
only-labels: feature request,test-action
4545
exempt-pr-labels: never-stale
4646
# max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits
47-
operations-per-run: 1
47+
operations-per-run: 30
4848
remove-stale-when-updated: true

0 commit comments

Comments
 (0)