[AIRFLOW-6596] Enforce description should not be empty (#7211)
This commit is contained in:
Родитель
554ed2a4a3
Коммит
d553813b0c
|
@ -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\])
|
||||
|
|
Загрузка…
Ссылка в новой задаче