diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml index 10a04f28..6f4ad786 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr_title.yml @@ -11,5 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@v2.1.0 + with: + scopes: | + llc + persistence + core + ui + requireScope: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file