mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 11:56:30 +03:00
mergeable: adding #skip-changelog to pr description skips the corresponding test
This commit is contained in:
7
.github/mergeable.yml
vendored
7
.github/mergeable.yml
vendored
@@ -3,11 +3,16 @@ mergeable:
|
|||||||
- when: pull_request.*
|
- when: pull_request.*
|
||||||
name: "Changelog check"
|
name: "Changelog check"
|
||||||
validate:
|
validate:
|
||||||
|
- do: or
|
||||||
|
validate:
|
||||||
|
- do: description
|
||||||
|
must_include:
|
||||||
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user