mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
9 lines
249 B
YAML
9 lines
249 B
YAML
pull_request_rules:
|
|
- name: disallow changing a file
|
|
conditions:
|
|
- files=CONFIG.md
|
|
actions:
|
|
close:
|
|
comment:
|
|
message: "CONFIG.md is auto-generated: edit the lua source file instead (and re-read the PR template)."
|