We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0263b1f commit a89440eCopy full SHA for a89440e
.gitlab-ci.yml
@@ -25,3 +25,8 @@ include:
25
- local: /.gitlab/ci/release.gitlab-ci.yml
26
- local: /.gitlab/ci/postrelease.gitlab-ci.yml
27
- local: /.gitlab/ci/docs.gitlab-ci.yml
28
+- project: 'gitlab-org/quality/pipeline-common'
29
+ file:
30
+ - '/ci/danger-review.yml'
31
+ rules:
32
+ - if: '$CI_SERVER_HOST == "gitlab.com"'
Dangerfile
@@ -0,0 +1,6 @@
1
+require "gitlab-dangerfiles"
2
+
3
+Gitlab::Dangerfiles.for_project(self) do |dangerfiles|
4
+ dangerfiles.import_plugins
5
+ dangerfiles.import_dangerfiles
6
+end
0 commit comments