You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
0 commit comments