diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-18 14:14:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-18 14:14:39 +0000 |
commit | 1eb82b65c554f21d83447f895a6208905fabe112 (patch) | |
tree | ab12f01b3dc46f11c02afea1e470a78f06ca70c2 /lib/gitlab_danger.rb | |
parent | 4ab54c2233e91f60a80e5b6fa2181e6899fdcc3e (diff) | |
download | gitlab-ce-stable-branch-foss-test.tar.gz |
Add latest changes from gitlab-org/gitlab@12-3-auto-deploy-20190916stable-branch-foss-test
Diffstat (limited to 'lib/gitlab_danger.rb')
-rw-r--r-- | lib/gitlab_danger.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab_danger.rb b/lib/gitlab_danger.rb index 499ae6111d7..b4768a9546d 100644 --- a/lib/gitlab_danger.rb +++ b/lib/gitlab_danger.rb @@ -10,17 +10,18 @@ class GitlabDanger prettier eslint database - commit_messages ].freeze CI_ONLY_RULES ||= %w[ metadata changelog specs + commit_messages roulette single_codebase gitlab_ui_wg ce_ee_vue_templates + only_documentation ].freeze MESSAGE_PREFIX = '==>'.freeze |