You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.3 KiB
YAML
69 lines
2.3 KiB
YAML
# Configuration for probot-stale - https://github.com/probot/stale
|
|
|
|
# Number of days of inactivity before an Issue or Pull Request becomes stale
|
|
daysUntilStale: 21
|
|
|
|
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
|
|
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
|
|
daysUntilClose: 14
|
|
|
|
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
|
|
onlyLabels: []
|
|
|
|
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
|
exemptLabels:
|
|
- priority/p0
|
|
- priority/p1
|
|
- priority/p2
|
|
- backlog
|
|
- status/wip
|
|
- type/bug
|
|
- type/discussion
|
|
- type/enhancement
|
|
- type/feature
|
|
- type/security
|
|
|
|
# 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
|
|
|
|
# Label to use when marking as stale
|
|
staleLabel: status/response_needed
|
|
|
|
# Comment to post when marking as stale. Set to `false` to disable
|
|
markComment: |
|
|
Issues not for bugs, enhancement requests or discussion go stale after 21 days of inactivity. This issue will be automatically closed after 14 days.
|
|
For all metrics refer to the [stale.yml file](https://github.com/Mailu/Mailu/blob/master/.github/stale.yml).
|
|
Github issues are not meant for user support. For **user-support questions**, reach out on the [matrix support channel](https://matrix.to/#/#mailu:tedomum.net).
|
|
|
|
Mark the issue as fresh by simply adding a comment to the issue.
|
|
If this issue is safe to close, please do so now.
|
|
|
|
|
|
# Comment to post when removing the stale label.
|
|
# unmarkComment: >
|
|
# Your comment here.
|
|
|
|
# Comment to post when closing a stale Issue or Pull Request.
|
|
closeComment: >
|
|
This issue has not seen activity since as it has become stale.
|
|
Stale issues are automatically closed after 14 days.
|
|
|
|
# Limit the number of actions per hour, from 1-30. Default is 30
|
|
limitPerRun: 30
|
|
|
|
# Limit to only `issues` or `pulls`
|
|
only: issues
|
|
|
|
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
|
|
# pulls:
|
|
# <any of above config here>
|
|
#
|
|
# issues:
|
|
# <any of above config here>
|