format mergeable.yml

This commit is contained in:
link2xt
2023-02-20 11:49:59 +00:00
parent 0dd87b0bae
commit 840497d356

28
.github/mergeable.yml vendored
View File

@@ -5,22 +5,22 @@ mergeable:
validate: validate:
- do: or - do: or
validate: validate:
- do: description - do: description
must_include: must_include:
regex: '#skip-changelog' regex: "#skip-changelog"
- do: and - do: and
validate: validate:
- do: dependent - do: dependent
changed: changed:
file: 'src/**' file: "src/**"
required: ['CHANGELOG.md'] required: ["CHANGELOG.md"]
- do: dependent - do: dependent
changed: changed:
file: 'deltachat-ffi/src/**' file: "deltachat-ffi/src/**"
required: ['CHANGELOG.md'] required: ["CHANGELOG.md"]
fail: fail:
- do: checks - do: checks
status: 'action_required' status: "action_required"
payload: payload:
title: Changelog might need an update title: Changelog might need an update
summary: "Check if CHANGELOG.md needs an update or add #skip-changelog to the PR description." summary: "Check if CHANGELOG.md needs an update or add #skip-changelog to the PR description."