mirror of https://github.com/nodejs/node.git
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 <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/42082 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>pull/42085/head
parent
6847fec384
commit
19bf6c59ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue