-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathlockdown.yml
36 lines (26 loc) · 969 Bytes
/
lockdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# PLEASE DO NOT REMOVE THIS FILE
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
# Skip issues and pull requests created before a given timestamp. Timestamp must
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
skipCreatedBefore: false
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels: []
# Comment to post before closing or locking. Set to `false` to disable
comment: false
# Label to add before closing or locking. Set to `false` to disable
label: false
# Close issues and pull requests
close: true
# Lock issues and pull requests
lock: true
# Limit to only `issues` or `pulls`
only: pulls
# Optionally, specify configuration settings just for `issues` or `pulls`
# issues:
# label: wontfix
# pulls:
# comment: >
# This repository does not accept pull requests, see the README for details.
# lock: false
# Repository to extend settings from
# _extends: repo