From ca7b5b7deb736429b67dfb57f1c65e1100c86db7 Mon Sep 17 00:00:00 2001 From: tusooa Date: Fri, 28 Apr 2023 18:12:38 -0400 Subject: Add changelog checker --- .gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 305155d8..d6ba7f9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,28 @@ image: node:16 stages: + - check-changelog - lint - build - test - deploy +check-changelog: + stage: check-changelog + image: alpine + rules: + - if: $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == 'pleroma/pleroma-fe' && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^renovate/ + when: never + - if: $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == 'pleroma/pleroma-fe' && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == 'weblate' + when: never + - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" + before_script: '' + after_script: '' + cache: {} + script: + - apk add git + - sh ./tools/check-changelog + lint: stage: lint script: -- cgit v1.2.3-70-g09d2