[AIRFLOW-6596] Enforce description should not be empty (#7211)

This commit is contained in:
Kaxil Naik 2020-01-19 15:58:52 +05:30 коммит произвёл GitHub
Родитель 554ed2a4a3
Коммит d553813b0c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

3
.github/mergeable.yml поставляемый
Просмотреть файл

@ -39,6 +39,9 @@ mergeable:
message: There are incomplete TODO task(s) unchecked.
no_empty:
enabled: true
must_include:
regex: ^(\w+)
message: Must include description for the PR
or:
- must_include:
regex: (\[AIRFLOW-XXXX\])