diff --git a/.github/workflows/pull-request-kotlin.yml b/.github/workflows/pull-request-kotlin.yml index 14bbf5a..f985805 100644 --- a/.github/workflows/pull-request-kotlin.yml +++ b/.github/workflows/pull-request-kotlin.yml @@ -40,6 +40,11 @@ on: type: string default: "--no-daemon --parallel" description: 'Additional Gradle arguments' + skip-pr-title-check: + required: false + type: boolean + default: false + description: 'Skip PR title check' secrets: GHL_USERNAME: required: true @@ -60,6 +65,7 @@ jobs: steps: - name: Check PR title uses: monta-app/github-workflows/.github/actions/pr-title-check@main + if: ${{ !inputs.skip-pr-title-check }} - name: Get runner name id: runner uses: monta-app/github-workflows/.github/actions/runner-size-converter@main