Files
offline_kubespray/collection/f5networks/f5_modules/.github/lockdown.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

36 lines
975 B
YAML

# 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: false
# 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: issues
# Optionally, specify configuration settings just for `issues` or `pulls`
# issues:
# label: wontfix
pulls:
comment: >
This repository does not accept pull requests, report any issues here: https://github.com/F5Networks/f5-ansible/issues.
lock: true
# Repository to extend settings from
# _extends: repo