Update dangerfile to exclude docs ci yaml
This commit is contained in:
parent
162ef51fdb
commit
5bea7d102b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# rubocop:disable Style/SignalException
|
||||
# frozen_string_literal: true
|
||||
|
||||
has_only_docs_changes = helper.all_changed_files.all? { |file| file.start_with?('doc/') }
|
||||
has_only_docs_changes = helper.all_changed_files.all? { |file| file.start_with?('doc/', '.gitlab/ci/docs.gitlab-ci.yml') }
|
||||
is_docs_only_branch = gitlab.branch_for_head =~ /(^docs[\/-].*|.*-docs$)/
|
||||
|
||||
if is_docs_only_branch && !has_only_docs_changes
|
||||
|
|
Loading…
Reference in a new issue