Disable Danger review for auto-deploy branches
This commit is contained in:
parent
d49ee88237
commit
958da892da
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ danger-review:
|
|||
except:
|
||||
refs:
|
||||
- master
|
||||
- /^\d+-\d+-auto-deploy-\d+$/
|
||||
- /^[\d-]+-stable(-ee)?$/
|
||||
variables:
|
||||
- $CI_COMMIT_REF_NAME =~ /^ce-to-ee-.*/
|
||||
|
|
Loading…
Reference in a new issue