mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
check for CHANGELOG in PRs changing .java files
This commit is contained in:
parent
e6988e3f61
commit
7bc595a889
1 changed files with 22 additions and 0 deletions
22
.github/mergeable.yml
vendored
Normal file
22
.github/mergeable.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
version: 2
|
||||||
|
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: '**/*.java'
|
||||||
|
required: ['CHANGELOG.md']
|
||||||
|
fail:
|
||||||
|
- do: checks
|
||||||
|
status: 'action_required'
|
||||||
|
payload:
|
||||||
|
title: CHANGELOG.md might need an update
|
||||||
|
summary: "Please update CHANGELOG.md or add #skip-changelog to the description"
|
Loading…
Add table
Add a link
Reference in a new issue