Files
archived-next-auth/.github/stale.yml
Balázs Orbán 39f947365d chore: improve maintenance (#3969)
* chore: clean up stalebot config

* chore: introduce issue labeler bot

* chore: clean up PR labeler bot

* chore: clean up bug report process

* chore: add space

* chore: add links to docs in provider/adapter issue templates

* chore: add triage label to feature request issue template
2022-02-14 01:25:50 +01:00

21 lines
576 B
YAML

# https://github.com/probot/stale#usage
daysUntilStale: 60
daysUntilClose: 7
exemptLabels:
- pinned
- security
- priority
- bug
- triage
- accepted
staleLabel: stale
markComment: >
It looks like this issue did not receive any activity for 60 days.
It will be closed in 7 days if no further activity occurs. If you think your issue
is still relevant, commenting will keep it open. Thanks!
closeComment: >
To keep things tidy, we are closing this issue for now.
If you think your issue is still relevant, leave a comment
and we might reopen it. Thanks!