Skip to content

Commit ec4c0de

Browse files
mhdawsonsxa
authored andcommitted
build: last test of the stale feature action
- set the days so that we process ~ 40 issues so that we can see what kind of feedback we get on saying we are going to close stale feature requests - set the label to stale instead of stalled so that there is no race with the action that closes stalled issues - fix the links to the feature management doc Signed-off-by: Michael Dawson <[email protected]> PR-URL: #42085 Reviewed-By: Mestery <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 1359f60 commit ec4c0de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
1616
For more information on how the project manages
1717
feature requests, please consult the
18-
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/guides/feature-request-management.md).
18+
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
1919
2020
WARN_MESSAGE: >
2121
There has been no activity on this feature request for
@@ -25,7 +25,7 @@ env:
2525
2626
For more information on how the project manages
2727
feature requests, please consult the
28-
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/guides/feature-request-management.md).
28+
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/contributing/feature-request-management.md).
2929
# yamllint enable
3030

3131
jobs:
@@ -36,9 +36,9 @@ jobs:
3636
- uses: actions/stale@v4
3737
with:
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}
39-
days-before-stale: 1226
39+
days-before-stale: 906
4040
days-before-close: 30
41-
stale-issue-label: stalled
41+
stale-issue-label: stale
4242
close-issue-message: ${{ env.CLOSE_MESSAGE }}
4343
stale-issue-message: ${{ env.WARN_MESSAGE }}
4444
only-labels: feature request

0 commit comments

Comments
 (0)