mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-13 11:18:20 +01:00
Add stale bot (#1820)
* add stale.yml for stale bot * move stale.yml to the right directory
This commit is contained in:
parent
f7ec7a7c4c
commit
27cccc7734
1 changed files with 12 additions and 0 deletions
12
.github/stale.yml
vendored
Normal file
12
.github/stale.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 5
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 2
|
||||
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
|
||||
onlyLabels: question
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: stale
|
||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||
closeComment: >
|
||||
This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen
|
||||
or ask again in our Telegram support group.
|
Loading…
Add table
Reference in a new issue