Something like this `scopeOptionalForTypes` in the following example ``` steps: - name: Lint PR Title id: lint_pr_title uses: amannn/action-semantic-pull-request@v5.5.3 continue-on-error: true with: requireScope: true types: | feat fix docs style refactor perf test build ci revert scopeOptionalForTypes: | build ci scopes: | ui ux test ```