From e1e66ac4f44291d0b96f4fb304aacd5e26db12f3 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 2 Mar 2021 11:51:07 +0100 Subject: [PATCH] add scopes --- .github/workflows/pr_title.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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