Skip to content

Commit 03ebca8

Browse files
mhdawsonsxa
authored andcommitted
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 <[email protected]> PR-URL: #42082 Reviewed-By: Mestery <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent bd04fc8 commit 03ebca8

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
@@ -36,12 +36,12 @@ jobs:
3636
- uses: actions/stale@v4
3737
with:
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}
39-
days-before-stale: 150
39+
days-before-stale: 1226
4040
days-before-close: 30
4141
stale-issue-label: stalled
4242
close-issue-message: ${{ env.CLOSE_MESSAGE }}
4343
stale-issue-message: ${{ env.WARN_MESSAGE }}
44-
only-labels: feature request,test-action
44+
only-labels: feature request
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
4747
operations-per-run: 30

0 commit comments

Comments
 (0)