Skip to content

Commit 541aca6

Browse files
committed
lockdown
1 parent 078721f commit 541aca6

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/lockdown.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

0 commit comments

Comments
 (0)