From d5cc1e62b9890f1df9ba0ee8cbab9db7abbad7ca Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Mon, 28 Aug 2023 22:57:52 -0400 Subject: [PATCH] various fixes? --- .github/pr-title-checker-config.json | 4 ++++ .github/workflows/gradle-build.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pr-title-checker-config.json b/.github/pr-title-checker-config.json index 107876039..bd52ea31e 100644 --- a/.github/pr-title-checker-config.json +++ b/.github/pr-title-checker-config.json @@ -1,4 +1,8 @@ { + "LABEL": { + "name": "", + "color": "EEEEEE" + }, "CHECKS": { "prefixes": ["fix: ", "feat: ", "feature: ", "chore: ", "hotfix: "] }, diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 6f69019cc..962a8f203 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -39,7 +39,7 @@ jobs: - name: Test run: ./gradlew test - name: Build - run: ./gradlew build + run: ./gradlew build -x test -x checkstyleMain docker_build: runs-on: ubuntu-latest