Commit 550e0d45 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'rs-no-review-for-auto-deploy' into 'master'

Disable review apps for auto-deploy branches

See merge request gitlab-org/gitlab-ce!31494
parents 4aa824e7 958da892
......@@ -7,6 +7,7 @@
except:
refs:
- master
- /^\d+-\d+-auto-deploy-\d+$/
- /(^docs[\/-].+|.+-docs$)/
.review-schedules-only: &review-schedules-only
......@@ -264,6 +265,7 @@ danger-review:
except:
refs:
- master
- /^\d+-\d+-auto-deploy-\d+$/
- /^[\d-]+-stable(-ee)?$/
variables:
- $CI_COMMIT_REF_NAME =~ /^ce-to-ee-.*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment