Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update stale issue message #3673

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Changes from all commits
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
11 changes: 6 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

# The number of days old an issue can be before marking it stale.
days-before-stale: 183
days-before-stale: 60
# Number of days of inactivity before a stale issue is closed
days-before-close: 30

Expand All @@ -38,15 +38,16 @@ jobs:
stale-pr-label: 'Can Close?'

stale-issue-message: >
This issue has been automatically marked as stale because it has not had
any activity for 6 months.
This issue has been automatically marked as stale because it has had no recent activity.
It will be closed if no further activity occurs in 30 days.
Note as of rules_nodejs v6 the rules_nodejs repository contains only the core nodejs toolchain
and `@bazel/runfiles` package. All rulesets are removed and unmaintained.
For alternate rulesets suggestions include https://github.com/aspect-build/rules_js, https://github.com/aspect-build/rules_ts
Collaborators can add a "cleanup" or "need: discussion" label to keep it open indefinitely.
Thanks for your contributions to rules_nodejs!

stale-pr-message: >
This Pull Request has been automatically marked as stale because it has not had
any activity for 6 months.
This Pull Request has been automatically marked as stale because it has had no recent activity.
It will be closed if no further activity occurs in 30 days.
Collaborators can add a "cleanup" or "need: discussion" label to keep it open indefinitely.
Thanks for your contributions to rules_nodejs!
Expand Down