Skip to content

Commit

Permalink
chore: update stale issue message
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Jul 14, 2023
1 parent f7b59f8 commit 3f61303
Showing 1 changed file with 6 additions and 5 deletions.
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

0 comments on commit 3f61303

Please sign in to comment.