pytorch-lightning

Форк
0
50 строк · 2.1 Кб
1
# https://github.com/marketplace/stale
2
# https://github.com/probot/stale
3

4
issues:
5
  # Number of days of inactivity before an issue becomes stale
6
  daysUntilStale: 30
7
  # Number of days of inactivity before a stale issue is closed
8
  daysUntilClose: 7
9
  # Issues with these labels will never be considered stale
10
  exemptLabels:
11
    - "priority: 0"
12
    - "priority: 1"
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 hasn't had any recent activity.
16
    This issue will be closed in 7 days if no further activity occurs.
17
    Thank you for your contributions - the Lightning Team!
18
  # Comment to post when closing a stale issue. Set to `false` to disable
19
  closeComment: false
20

21
pulls:
22
  # Number of days of inactivity before an pulls becomes stale
23
  daysUntilStale: 14
24
  # Number of days of inactivity before a stale pull is closed
25
  daysUntilClose: 5
26
  # Label to use when marking an issue as stale
27
  staleLabel: "won't fix"
28
  # Comment to post when marking an issue as stale. Set to `false` to disable
29
  markComment: >
30
    This pull request has been automatically marked as stale because it has not had recent activity.
31
    It will be closed in 7 days if no further activity occurs. If you need further help see our docs:
32
    https://lightning.ai/docs/pytorch/latest/generated/CONTRIBUTING.html#pull-request
33
    or ask the assistance of a core contributor here or on Discord.
34
    Thank you for your contributions.
35
  # Comment to post when closing a stale issue. Set to `false` to disable
36
  closeComment: >
37
    This pull request is going to be closed. Please feel free to reopen it or create a new one based on top of the
38
    'master' branch.
39

40
# Label to use when marking an issue as stale
41
staleLabel: "won't fix"
42
# Limit the number of actions per hour, from 1-30. Default is 30
43
limitPerRun: 10
44

45
# Set to true to ignore issues in a project (defaults to false)
46
exemptProjects: true
47
# Set to true to ignore issues in a milestone (defaults to false)
48
exemptMilestones: true
49
# Set to true to ignore issues with an assignee (defaults to false)
50
exemptAssignees: true
51

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

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

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

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