mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
format mergeable.yml
This commit is contained in:
28
.github/mergeable.yml
vendored
28
.github/mergeable.yml
vendored
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user