]> git.proxmox.com Git - ceph.git/blob - ceph/.github/stale.yml
import 15.2.0 Octopus source
[ceph.git] / ceph / .github / stale.yml
1 # Configuration for probot-stale - https://github.com/probot/stale
2
3 # Number of days of inactivity before an Issue or Pull Request becomes stale
4 daysUntilStale: 60
5
6 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7 # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8 daysUntilClose: 90
9
10 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
11 exemptLabels:
12 - pinned
13 - security
14 - "[Status] Maybe Later"
15
16 # Set to true to ignore issues in a project (defaults to false)
17 exemptProjects: true
18
19 # Set to true to ignore issues in a milestone (defaults to false)
20 exemptMilestones: true
21
22 # Label to use when marking as stale
23 staleLabel: stale
24
25 # Comment to post when marking as stale. Set to `false` to disable
26 markComment: >
27 This pull request has been automatically marked as stale because it
28 has not had any activity for 60 days. It will be closed if no further
29 activity occurs for another 30 days.
30
31 If you are a maintainer or core committer, please follow-up on this
32 pull request to identify what steps should be taken by the author to move this
33 proposed change forward.
34
35 If you are the author of this pull request, thank you for your proposed
36 contribution. If you believe this change is still appropriate, please
37 ensure that any feedback has been addressed and ask for a code review.
38
39 # Comment to post when removing the stale label.
40 # unmarkComment: >
41 # Your comment here.
42
43 # Comment to post when closing a stale Issue or Pull Request.
44 closeComment: >
45 This pull request has been automatically closed because there has
46 been no activity for 90 days. Please feel free to reopen this pull
47 request (or open a new one) if the proposed change is still
48 appropriate. Thank you for your contribution!
49
50 # Limit the number of actions per hour, from 1-30. Default is 30
51 limitPerRun: 30
52
53 # Limit to only `issues` or `pulls`
54 only: pulls
55
56 # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
57 # pulls:
58 # daysUntilStale: 30
59 # markComment: >
60 # This pull request has been automatically marked as stale because it has not had
61 # recent activity. It will be closed if no further activity occurs. Thank you
62 # for your contributions.
63
64 # issues:
65 # exemptLabels:
66 # - confirmed