Update lockdown.yml
This commit is contained in:
parent
85ca03fdc0
commit
fbac0bd1a9
24
.github/lockdown.yml
vendored
24
.github/lockdown.yml
vendored
|
@ -2,34 +2,38 @@
|
||||||
|
|
||||||
# Skip issues and pull requests created before a given timestamp. Timestamp must
|
# Skip issues and pull requests created before a given timestamp. Timestamp must
|
||||||
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
|
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
|
||||||
skipCreatedBefore: false
|
#skipCreatedBefore: false
|
||||||
|
|
||||||
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
|
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
|
||||||
exemptLabels: []
|
#exemptLabels: []
|
||||||
|
|
||||||
# Comment to post before closing or locking. Set to `false` to disable
|
# Comment to post before closing or locking. Set to `false` to disable
|
||||||
comment: true
|
#comment: true
|
||||||
|
|
||||||
# Label to add before closing or locking. Set to `false` to disable
|
# Label to add before closing or locking. Set to `false` to disable
|
||||||
label: true
|
#label: true
|
||||||
|
|
||||||
# Close issues and pull requests
|
# Close issues and pull requests
|
||||||
close: true
|
#close: true
|
||||||
|
|
||||||
# Lock issues and pull requests
|
# Lock issues and pull requests
|
||||||
lock: true
|
#lock: true
|
||||||
|
|
||||||
# Limit to only `issues` or `pulls`
|
# Limit to only `issues` or `pulls`
|
||||||
only: pulls
|
#only: pulls
|
||||||
|
|
||||||
# Optionally, specify configuration settings just for `issues` or `pulls`
|
# Optionally, specify configuration settings just for `issues` or `pulls`
|
||||||
# issues:
|
issues:
|
||||||
# label: wontfix
|
comment: >
|
||||||
|
"This repository is only a mirror of https://gitlab.com/KevinRoebert/ClearUrls. Issues are readed here, but not directly addressed. If possible, please use the GitLab repo or this support mail address: clearurls_1 (at) kevinroebert.de."
|
||||||
|
lock: false
|
||||||
|
close: true
|
||||||
|
|
||||||
pulls:
|
pulls:
|
||||||
comment: >
|
comment: >
|
||||||
This repository is just a mirror of https://gitlab.com/KevinRoebert/ClearUrls. Only there are pull requests accepted.
|
This repository is just a mirror of https://gitlab.com/KevinRoebert/ClearUrls. Only there pull requests accepted.
|
||||||
lock: false
|
lock: false
|
||||||
|
close: true
|
||||||
|
|
||||||
# Repository to extend settings from
|
# Repository to extend settings from
|
||||||
# _extends: repo
|
# _extends: repo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user