UNPKG

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