Skip to content

Commit 16613d7

Browse files
authored
Don't comment when labeling issue as stale (python-telegram-bot#1829)
1 parent eac7f02 commit 16613d7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ daysUntilClose: 2
66
onlyLabels: question
77
# Label to use when marking an issue as stale
88
staleLabel: stale
9+
# Comment to post when marking as stale. Set to `false` to disable
10+
markComment: false
911
# Comment to post when closing a stale issue. Set to `false` to disable
1012
closeComment: >
1113
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.
14+
or ask again in our Telegram support group at https://t.me/pythontelegrambotgroup.

0 commit comments

Comments
 (0)