Update .gitlab-ci.yml file with allow_failure on changelog
This commit is contained in:
parent
c9d915fb33
commit
73bd66404b
|
@ -150,6 +150,7 @@ find_broken_links:
|
|||
-- . || exit $?
|
||||
|
||||
require_changelog:
|
||||
allow_failure: true
|
||||
stage: lint
|
||||
rules:
|
||||
# Don't run on merge request that mention NOCHANGELOG or renovate bot commits
|
||||
|
|
Loading…
Reference in New Issue