2020-04-14 23:26:16 +00:00
# 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
2020-04-15 09:03:34 +00:00
#skipCreatedBefore: false
2020-04-14 23:26:16 +00:00
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
2020-04-15 09:03:34 +00:00
#exemptLabels: []
2020-04-14 23:26:16 +00:00
# Comment to post before closing or locking. Set to `false` to disable
2020-04-15 09:03:34 +00:00
#comment: true
2020-04-14 23:26:16 +00:00
# Label to add before closing or locking. Set to `false` to disable
2020-04-15 09:03:34 +00:00
#label: true
2020-04-14 23:26:16 +00:00
# Close issues and pull requests
2020-04-15 09:03:34 +00:00
#close: true
2020-04-14 23:26:16 +00:00
# Lock issues and pull requests
2020-04-15 09:03:34 +00:00
#lock: true
2020-04-14 23:26:16 +00:00
# Limit to only `issues` or `pulls`
2020-04-15 09:03:34 +00:00
#only: pulls
2020-04-14 23:26:16 +00:00
# Optionally, specify configuration settings just for `issues` or `pulls`
2020-04-15 09:03:34 +00:00
issues :
comment : >
2020-08-21 00:52:27 +00:00
This repository is only a mirror of https://gitlab.com/KevinRoebert/ClearUrls. Issues are read here, but it can take longer until they are addressed. If possible, please use the GitLab repo or this support mail address : support (at) clearurls.xyz.
2020-04-15 09:03:34 +00:00
lock : false
2020-08-20 22:12:55 +00:00
close : false
2020-04-14 23:26:16 +00:00
pulls :
comment : >
2020-04-15 09:03:34 +00:00
This repository is just a mirror of https://gitlab.com/KevinRoebert/ClearUrls. Only there pull requests accepted.
2020-04-14 23:26:16 +00:00
lock : false
2020-04-15 09:03:34 +00:00
close : true
2020-04-14 23:26:16 +00:00
# Repository to extend settings from
# _extends: repo