mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
22 lines
596 B
YAML
22 lines
596 B
YAML
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"
|