This repository was archived by the owner on Nov 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-62
lines changed Expand file tree Collapse file tree 2 files changed +3
-62
lines changed Original file line number Diff line number Diff line change 1
- # Configuration for Lock Threads - https://github.com/dessant/lock-threads
2
-
3
- # Number of days of inactivity before a closed issue or pull request is locked
4
- daysUntilLock : 30
5
-
6
- # Skip issues and pull requests created before a given timestamp. Timestamp must
7
- # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
8
- skipCreatedBefore : false
9
-
10
- # Issues and pull requests with these labels will be ignored. Set to `[]` to disable
11
- exemptLabels : []
12
-
13
- # Label to add before locking, such as `outdated`. Set to `false` to disable
14
- lockLabel : false
15
-
16
- # Comment to post before locking. Set to `false` to disable
17
- lockComment : >
18
- This thread has been automatically locked since there has not been
19
- any recent activity after it was closed. Please open a new issue for
20
- related bugs.
21
-
22
- # Assign `resolved` as the reason for locking. Set to `false` to disable
23
- setLockReason : false
24
-
25
- # Limit to only `issues` or `pulls`
26
- # only: issues
27
-
28
- # Optionally, specify configuration settings just for `issues` or `pulls`
29
- # issues:
30
- # exemptLabels:
31
- # - help-wanted
32
- # lockLabel: outdated
33
-
34
- # pulls:
35
- # daysUntilLock: 30
36
-
37
- # Repository to extend settings from
38
- # _extends: repo
1
+ ---
2
+ _extends : auto-maintenance
Original file line number Diff line number Diff line change 1
1
---
2
- # Configuration for probot-stale - https://github.com/probot/stale
3
-
4
- daysUntilStale : 45
5
- daysUntilClose : 14
6
-
7
- # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
8
- exemptLabels :
9
- - bug
10
-
11
- exemptProjects : false
12
- exemptMilestones : true
13
- staleLabel : wontfix
14
-
15
- markComment : >
16
- This issue has been automatically marked as stale because it has not had
17
- recent activity. It will be closed if no further activity occurs. Thank you
18
- for your contributions.
19
-
20
- limitPerRun : 4
21
-
22
- issues :
23
- exemptLabels :
24
- - bug
25
- - enhancement
2
+ _extends : auto-maintenance
You can’t perform that action at this time.
0 commit comments