We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2818801 commit b83c318Copy full SHA for b83c318
Dangerfile
@@ -5,5 +5,5 @@ require 'gitlab-dangerfiles'
5
Gitlab::Dangerfiles.for_project(self) do |gitlab_dangerfiles|
6
gitlab_dangerfiles.import_plugins
7
8
- gitlab_dangerfiles.import_dangerfiles(except: %w[changelog commit_messages simple_roulette])
+ gitlab_dangerfiles.import_dangerfiles(except: %w[changelog commit_messages])
9
end
0 commit comments