towhee

Форк
0
/
stale.yml 
22 строки · 941.0 Байт
1
# Configuration for probot-stale - https://github.com/probot/stale
2

3
# Number of days of inactivity before an issue becomes stale
4
daysUntilStale: 30
5
# Number of days of inactivity before a stale issue is closed
6
daysUntilClose: 7
7
# Issues with these labels will never be considered stale
8
exemptLabels:
9
  - priority/critical-urgent
10
  - priority/important-longterm
11
# Label to use when marking an issue as stale
12
staleLabel: stale
13
# Comment to post when marking an issue as stale. Set to `false` to disable
14
markComment: >
15
  This issue has been automatically marked as stale because it has not had
16
  recent activity. It will be closed if no further activity occurs. Thank you
17
  for your contributions.
18
  Rotten issues close after 30d of inactivity.
19
  Close the stale issues and pull requests after 7 days of inactivity.
20
  Reopen the issue with `/reopen`.
21
# Comment to post when closing a stale issue. Set to `false` to disable
22
closeComment: false 
23

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.