mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
13.03.2021 284736548ad97e5d84026ff982bca3aa92f5df0d
fix: adjusted stale bot to close only issues that are awaiting a reply

Closes 251
1 files modified
5 ■■■■■ changed files
.github/stale.yml 5 ●●●●● patch | view | raw | blame | history
.github/stale.yml
@@ -4,9 +4,8 @@
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
  - pinned
  - security
onlyLabels:
  - awaiting-reply
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable