51 lines
2.1 KiB
YAML
51 lines
2.1 KiB
YAML
# https://github.com/marketplace/stale
|
|
# https://github.com/probot/stale
|
|
|
|
issues:
|
|
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 30
|
|
# Number of days of inactivity before a stale issue is closed
|
|
daysUntilClose: 7
|
|
# Issues with these labels will never be considered stale
|
|
exemptLabels:
|
|
- "priority: 0"
|
|
- "priority: 1"
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
markComment: >
|
|
This issue has been automatically marked as stale because it hasn't had any recent activity.
|
|
This issue will be closed in 7 days if no further activity occurs.
|
|
Thank you for your contributions - the Lightning Team!
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
closeComment: false
|
|
|
|
pulls:
|
|
# Number of days of inactivity before an pulls becomes stale
|
|
daysUntilStale: 14
|
|
# Number of days of inactivity before a stale pull is closed
|
|
daysUntilClose: 5
|
|
# Label to use when marking an issue as stale
|
|
staleLabel: "won't fix"
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
markComment: >
|
|
This pull request has been automatically marked as stale because it has not had recent activity.
|
|
It will be closed in 7 days if no further activity occurs. If you need further help see our docs:
|
|
https://lightning.ai/docs/pytorch/latest/generated/CONTRIBUTING.html#pull-request
|
|
or ask the assistance of a core contributor here or on Discord.
|
|
Thank you for your contributions.
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
closeComment: >
|
|
This pull request is going to be closed. Please feel free to reopen it or create a new one based on top of the
|
|
'master' branch.
|
|
|
|
# Label to use when marking an issue as stale
|
|
staleLabel: "won't fix"
|
|
# Limit the number of actions per hour, from 1-30. Default is 30
|
|
limitPerRun: 10
|
|
|
|
# Set to true to ignore issues in a project (defaults to false)
|
|
exemptProjects: true
|
|
# Set to true to ignore issues in a milestone (defaults to false)
|
|
exemptMilestones: true
|
|
# Set to true to ignore issues with an assignee (defaults to false)
|
|
exemptAssignees: true
|