7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-24 00:33:25 +00:00

Create lockdown.yml

This commit is contained in:
Christian Schlüter 2020-08-23 13:37:15 +02:00 committed by GitHub
parent f94c2d5d61
commit df0cbbfac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
.github/lockdown.yml vendored Normal file
View File

@ -0,0 +1,35 @@
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown-app
# Skip issues and pull requests created before a given timestamp. Timestamp must
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
skipCreatedBefore: 2020-09-23
# 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: >
This repository does not accept pull requests at this time, see the README for details.
# Label to add before closing or locking. Set to `false` to disable
label: false
# 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 does not accept pull requests, see the README for details.
# lock: false
# Repository to extend settings from
# _extends: repo