]> git.proxmox.com Git - ceph.git/blob - ceph/.github/stale.yml
update sources to ceph Nautilus 14.2.1
[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: 7
9
10 # for now, don't close anything by setting this limit very high:
11 daysUntilClose: 700
12
13 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14 exemptLabels:
15 - pinned
16 - security
17 - "[Status] Maybe Later"
18
19 # Set to true to ignore issues in a project (defaults to false)
20 exemptProjects: true
21
22 # Set to true to ignore issues in a milestone (defaults to false)
23 exemptMilestones: true
24
25 # Label to use when marking as stale
26 staleLabel: stale
27
28 # Comment to post when marking as stale. Set to `false` to disable
29 markComment: >
30 This pull request has been automatically marked as stale because it
31 has not had recent activity. It will be closed if no further
32 activity occurs.
33
34 If you are a maintainer or core committer, please follow-up on this
35 issue to identify what steps should be taken by the author to move this
36 proposed change forward.
37
38 If you are the author of this pull request, thank you for your proposed
39 contribution. If you believe this change is still appropriate, please
40 ensure that any feedback has been addressed and ask for a code review.
41
42 # Comment to post when removing the stale label.
43 # unmarkComment: >
44 # Your comment here.
45
46 # Comment to post when closing a stale Issue or Pull Request.
47 # closeComment: >
48 # Your comment here.
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