mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 20:36:30 +03:00
mergeable: adding #skip-changelog to pr description skips the corresponding test
This commit is contained in:
5
.github/mergeable.yml
vendored
5
.github/mergeable.yml
vendored
@@ -3,6 +3,11 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user