mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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.*
|
||||
name: "Changelog check"
|
||||
validate:
|
||||
- do: or
|
||||
validate:
|
||||
- do: description
|
||||
must_include:
|
||||
regex: '#skip-changelog'
|
||||
- do: and
|
||||
validate:
|
||||
- do: dependent
|
||||
changed:
|
||||
file: 'src/**'
|
||||
file: 'src/**'
|
||||
required: ['CHANGELOG.md']
|
||||
- do: dependent
|
||||
changed:
|
||||
|
||||
Reference in New Issue
Block a user