Docling-UI / .github /mergify.yml
Michele Dolfi
ci: add semantic release and build/publish python wheel (#41)
d78583d unverified
raw
history blame contribute delete
317 Bytes
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)(?:\\(.+\
\\))?(!)?:"