Merge branch 'KevinRoebert-master-patch-74450' into 'master'
Update lockdown.yml See merge request KevinRoebert/ClearUrls!57
This commit is contained in:
commit
6cc57eae1a
35
lockdown.yml
Normal file
35
lockdown.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
# 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: true
|
||||
|
||||
# Label to add before closing or locking. Set to `false` to disable
|
||||
label: true
|
||||
|
||||
# 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 is just a mirror of https://gitlab.com/KevinRoebert/ClearUrls. Only there are pull requests accepted.
|
||||
lock: false
|
||||
|
||||
# Repository to extend settings from
|
||||
# _extends: repo
|
Loading…
Reference in New Issue
Block a user