mergeable: adding #skip-changelog to pr description skips the corresponding test

This commit is contained in:
B. Petersen
2022-01-22 14:16:29 +01:00
committed by bjoern
parent 7f43d3bb37
commit 8a7c1fe4cb

View File

@@ -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: