Skip to content

Commit 27cccc7

Browse files
authored
Add stale bot (python-telegram-bot#1820)
* add stale.yml for stale bot * move stale.yml to the right directory
1 parent f7ec7a7 commit 27cccc7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/stale.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 5
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 2
5+
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
6+
onlyLabels: question
7+
# Label to use when marking an issue as stale
8+
staleLabel: stale
9+
# Comment to post when closing a stale issue. Set to `false` to disable
10+
closeComment: >
11+
This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen
12+
or ask again in our Telegram support group.

0 commit comments

Comments
 (0)