From e6c1a8b96c7906533d1879b22f5150a073609d5a Mon Sep 17 00:00:00 2001 From: Adem Baccara <71262172+Adembc@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:55:46 +0100 Subject: [PATCH] ci: update semantic pr action to latest version and use scopes instead of disalowScopes Signed-off-by: Adem Baccara <71262172+Adembc@users.noreply.github.com> --- .github/workflows/semantic-prs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semantic-prs.yaml b/.github/workflows/semantic-prs.yaml index c281e67f..1e73e071 100644 --- a/.github/workflows/semantic-prs.yaml +++ b/.github/workflows/semantic-prs.yaml @@ -17,7 +17,7 @@ jobs: name: Validate Title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5.2.0 + - uses: amannn/action-semantic-pull-request@v5.5.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -32,7 +32,12 @@ jobs: docs chore - disallowScopes: "^(?!nb$|pvc$|tb$|ws$).*$" + scopes: | + nb + pvc + tb + ws + requireScope: false apply_labels: name: Apply Labels