Skip to content

Commit e021f01

Browse files
committed
build(Lockdown): Adding lockdown.yml.
1 parent 86d2bc8 commit e021f01

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/lockdown.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
2+
3+
# Skip issues and pull requests created before a given timestamp. Timestamp must
4+
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
5+
skipCreatedBefore: false
6+
7+
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
8+
exemptLabels: []
9+
10+
# Comment to post before closing or locking. Set to `false` to disable
11+
comment: >
12+
We are not accepting external contributions at this time. Please see our [README](https://github.com/googlemaps/maps-sdk-for-ios-samples/blob/master/README.md) for more information.
13+
14+
# Label to add before closing or locking. Set to `false` to disable
15+
label: false
16+
17+
# Close issues and pull requests
18+
close: true
19+
20+
# Lock issues and pull requests
21+
lock: true
22+
23+
# Limit to only `issues` or `pulls`
24+
only: pulls
25+
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
37+

0 commit comments

Comments
 (0)