Disable Danger review for auto-deploy branches

This commit is contained in:
Robert Speicher 2019-08-05 17:56:43 -05:00
parent d49ee88237
commit 958da892da
No known key found for this signature in database
GPG key ID: 1D812769A7706642

View file

@ -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-.*/