action-semantic-pull-request icon indicating copy to clipboard operation
action-semantic-pull-request copied to clipboard

support making scopes optional for some types while using requireScope as true

Open aattalla opened this issue 8 months ago • 1 comments

Something like this scopeOptionalForTypes in the following example

steps:
      - name: Lint PR Title
        id: lint_pr_title
        uses: amannn/[email protected]
        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

aattalla avatar Aug 03 '25 01:08 aattalla

Would like to see this as well, only using scope for feat and not the other types.

pk27734 avatar Sep 17 '25 08:09 pk27734