mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
16 lines
564 B
YAML
16 lines
564 B
YAML
version: 2
|
|
mergeable:
|
|
- when: pull_request.*
|
|
name: "Conventional Commits"
|
|
validate:
|
|
- do: title
|
|
begins_with:
|
|
match: ['feat', 'fix', 'api', 'refactor', 'perf', 'test', 'style', 'chore', 'cargo', 'build', 'ci', 'docs']
|
|
|
|
fail:
|
|
- do: checks
|
|
status: "action_required"
|
|
payload:
|
|
title: PR title should follow conventional commits
|
|
summary: "PR title should follow https://conventionalcommits.org. See https://github.com/deltachat/deltachat-core-rust/blob/master/CONTRIBUTING.md for details."
|