ci(conventional_commits): Add conventional commits job to check commits and MR titles

#1
This commit is contained in:
2021-08-03 13:51:57 +09:30
parent 392a200fd4
commit a2174104d1

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
variables:
JOB_ROOT_DIR: '.'
MY_PROJECT_ID: "28543717"
stages:
- validation
- release
- sync
include:
- local: $JOB_ROOT_DIR/conventional_commits/.gitlab-ci.yml