diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 67ba788b2..748501747 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -20,5 +20,8 @@ jobs: if: ${{ github.event_name != 'merge_group' }} steps: - uses: amannn/action-semantic-pull-request@v6 + with: + headerPattern: '^(\w+)(?:\(([\w$.\-*/ ]*)\))?\s*:\s*(.*)$' + headerPatternCorrespondence: type, scope, subject env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}