[skip ci] ci: accept LGTM neutral (mergify)

Neutral is also ok.
This commit is contained in:
Christian Kellner 2021-12-06 20:50:24 +00:00
parent 0bff008922
commit a3dc87bd76

12
.github/mergify.yml vendored
View file

@ -16,7 +16,9 @@ queue_rules:
- check-success=Test Suite (test.src)
- check-success=Regenerate Test Data
- check-success=Spell check
- "check-success=LGTM analysis: Python"
- or:
- "check-success=LGTM analysis: Python"
- "check-neutral=LGTM analysis: Python"
- check-success=codecov/project
- "check-success~=rpm-build:.*"
@ -38,7 +40,9 @@ pull_request_rules:
- check-success=Test Suite (test.src)
- check-success=Regenerate Test Data
- check-success=Spell check
- "check-success=LGTM analysis: Python"
- or:
- "check-success=LGTM analysis: Python"
- "check-neutral=LGTM analysis: Python"
- check-success=codecov/project
- "check-success~=rpm-build:.*"
actions:
@ -66,7 +70,9 @@ pull_request_rules:
- check-success=Test Suite (test.src)
- check-success=Regenerate Test Data
- check-success=Spell check
- "check-success=LGTM analysis: Python"
- or:
- "check-success=LGTM analysis: Python"
- "check-neutral=LGTM analysis: Python"
- check-success=codecov/project
- "check-success~=rpm-build:.*"
actions: