From 70dfb826d100432265e3f3b08948bb808855e0aa Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 21 May 2023 03:01:52 +0930 Subject: [PATCH] docs(conventional_commits): added config file requirement !25 --- pages/projects/gitlab-ci/conventional_commits.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/projects/gitlab-ci/conventional_commits.md b/pages/projects/gitlab-ci/conventional_commits.md index 3f99ca6..0b9ba1b 100644 --- a/pages/projects/gitlab-ci/conventional_commits.md +++ b/pages/projects/gitlab-ci/conventional_commits.md @@ -91,6 +91,7 @@ include: |:----:|:----| | MR_ACCESS_TOKEN | *only required if you are accessing a private repository.*
This token is a user access token that as a minimum requires read-only access to the api to fetch the projects merg requests. | +In addition to the required variables above, the commitizen config file `.cz.yaml` must exist for the job to run. ### Job Workflow