mirror of
https://github.com/docling-project/docling-serve.git
synced 2026-03-07 22:33:44 +00:00
10 lines
317 B
YAML
10 lines
317 B
YAML
merge_protections:
|
|
- name: Enforce conventional commit
|
|
description: Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
|
if:
|
|
- base = main
|
|
success_conditions:
|
|
- "title ~=
|
|
^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\
|
|
\\))?(!)?:"
|