ci: mark .commitlintrc.yml as doc-only

Signed-off-by: Niels de Vos <ndevos@redhat.com>
(cherry picked from commit fb9ae06b1f)
This commit is contained in:
Niels de Vos 2020-08-19 08:23:57 +02:00 committed by mergify[bot]
parent 46d0ae5495
commit 23c317b05a

View File

@ -12,7 +12,7 @@ CHANGED_FILES=$(git diff --name-only "${GIT_SINCE}")
skip=0 skip=0
#files to be skipped #files to be skipped
declare -a FILES=(^docs/ .md$ ^scripts/ LICENSE .mergify.yml .github .gitignore) declare -a FILES=(^docs/ .md$ ^scripts/ LICENSE .mergify.yml .github .gitignore .commitlintrc.yml)
function check_file_present() { function check_file_present() {
local file=$1 local file=$1