diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index a660fec3..754e7e9e 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -23,10 +23,10 @@ jobs: delegate: uses: ./.github/workflows/pr-checks.yml with: - types: ${{ inputs.types }} - requireScope: ${{ inputs.requireScope }} - subjectPattern: ${{ inputs.subjectPattern }} - validateSingleCommit: ${{ inputs.validateSingleCommit }} - checkLabels: ${{ inputs.checkLabels }} + types: ${{ inputs.types || '' }} + requireScope: ${{ inputs.requireScope || false }} + subjectPattern: ${{ inputs.subjectPattern || '[A-Za-z].+' }} + validateSingleCommit: ${{ inputs.validateSingleCommit || false }} + checkLabels: ${{ inputs.checkLabels || false }} secrets: inherit ... \ No newline at end of file