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