File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # PLEASE DO NOT REMOVE THIS FILE
2+
3+ # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
4+
5+ # Skip issues and pull requests created before a given timestamp. Timestamp must
6+ # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
7+ skipCreatedBefore : false
8+
9+ # Issues and pull requests with these labels will be ignored. Set to `[]` to disable
10+ exemptLabels : []
11+
12+ # Comment to post before closing or locking. Set to `false` to disable
13+ comment : false
14+
15+ # Label to add before closing or locking. Set to `false` to disable
16+ label : false
17+
18+ # Close issues and pull requests
19+ close : true
20+
21+ # Lock issues and pull requests
22+ lock : true
23+
24+ # Limit to only `issues` or `pulls`
25+ only : pulls
26+ # Optionally, specify configuration settings just for `issues` or `pulls`
27+ # issues:
28+ # label: wontfix
29+
30+ # pulls:
31+ # comment: >
32+ # This repository does not accept pull requests, see the README for details.
33+ # lock: false
34+
35+ # Repository to extend settings from
36+ # _extends: repo
You can’t perform that action at this time.
0 commit comments