Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update .github/workflows/close-stale-feature-requests.yml
Co-authored-by: Mestery <mestery@protonmail.com>
  • Loading branch information
mhdawson and Mesteery authored Feb 17, 2022
commit 729274ca8635e4fd7f3b344ab64fee45c2eb44cf
3 changes: 3 additions & 0 deletions .github/workflows/close-stale-feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# Run every day at 1:00 AM UTC.
- cron: 0 1 * * *
Comment thread
mhdawson marked this conversation as resolved.

# yamllint disable rule:empty-lines
env:
CLOSE_MESSAGE: >
There has been no activity on this feature request
Expand All @@ -20,9 +21,11 @@ env:
5 months and it is unlikely to be implemented.
It will be closed 6 months after the last non-automated comment.
Comment thread
mhdawson marked this conversation as resolved.


For more information on how the project manages
feature requests, please consult the
[feature request management document](https://github.com/nodejs/node/blob/HEAD/doc/guides/feature-request-management.md).
Comment thread
mhdawson marked this conversation as resolved.
# yamllint enable

jobs:
stale:
Expand Down