Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 7a81299

Browse files
committed
use global probot settings
1 parent d1d3040 commit 7a81299

File tree

2 files changed

+2
-62
lines changed

2 files changed

+2
-62
lines changed

.github/lock.yml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,2 @@
11
---
2-
# Configuration for Lock Threads - https://github.com/dessant/lock-threads
3-
4-
# Number of days of inactivity before a closed issue or pull request is locked
5-
daysUntilLock: 30
6-
7-
# Skip issues and pull requests created before a given timestamp. Timestamp must
8-
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
9-
skipCreatedBefore: false
10-
11-
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
12-
exemptLabels: []
13-
14-
# Label to add before locking, such as `outdated`. Set to `false` to disable
15-
lockLabel: false
16-
17-
# Comment to post before locking. Set to `false` to disable
18-
lockComment: >
19-
This thread has been automatically locked since there has not been
20-
any recent activity after it was closed. Please open a new issue for
21-
related bugs.
22-
23-
# Assign `resolved` as the reason for locking. Set to `false` to disable
24-
setLockReason: false
25-
26-
# Limit to only `issues` or `pulls`
27-
# only: issues
28-
29-
# Optionally, specify configuration settings just for `issues` or `pulls`
30-
# issues:
31-
# exemptLabels:
32-
# - help-wanted
33-
# lockLabel: outdated
34-
35-
# pulls:
36-
# daysUntilLock: 30
37-
38-
# Repository to extend settings from
39-
# _extends: repo
2+
_extends: auto-maintenance

.github/stale.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,2 @@
11
---
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

0 commit comments

Comments
 (0)