mirror of
https://github.com/docling-project/docling-parse.git
synced 2026-05-17 13:10:49 +00:00
130672acce
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
11 lines
368 B
YAML
11 lines
368 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)(?:\\(.+\\\
|
|
))?(!)?:"
|
|
merge_protections_settings:
|
|
reporting_method: check-runs
|