mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* 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
21 lines
576 B
YAML
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!
|