We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d78c7b commit 0f6474bCopy full SHA for 0f6474b
1 file changed
.github/workflows/pr_checks.yml
@@ -23,10 +23,10 @@ jobs:
23
delegate:
24
uses: ./.github/workflows/pr-checks.yml
25
with:
26
- types: ${{ inputs.types }}
27
- requireScope: ${{ inputs.requireScope }}
28
- subjectPattern: ${{ inputs.subjectPattern }}
29
- validateSingleCommit: ${{ inputs.validateSingleCommit }}
30
- checkLabels: ${{ inputs.checkLabels }}
+ types: ${{ inputs.types || '' }}
+ requireScope: ${{ inputs.requireScope || false }}
+ subjectPattern: ${{ inputs.subjectPattern || '[A-Za-z].+' }}
+ validateSingleCommit: ${{ inputs.validateSingleCommit || false }}
+ checkLabels: ${{ inputs.checkLabels || false }}
31
secrets: inherit
32
...
0 commit comments