Merge pull request #15127 from 0xc0170/fix-mergify-closed-prs

mergify: fix issue with labels when PR is closed
pull/15079/head^2
Martin Kojtal 2021-10-05 11:33:11 +02:00 committed by GitHub
commit 9dd6fb4495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ pull_request_rules:
# Jenkins CI failing
- check-failure~=continuous-integration/jenkins/pr-head
- "label!=mergify skip"
- -closed
actions:
label:
add: ['needs: work']