Update .gitlab-ci.yml file with allow_failure on changelog

This commit is contained in:
petitminion 2025-01-10 18:18:32 +00:00
parent c9d915fb33
commit 73bd66404b
1 changed files with 1 additions and 0 deletions

View File

@ -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