Skip to content

Commit

Permalink
ci: update semantic pr action to latest version and use scopes instea…
Browse files Browse the repository at this point in the history
…d of disalowScopes

Signed-off-by: Adem Baccara <[email protected]>
  • Loading branch information
Adembc committed Jun 11, 2024
1 parent adfdf7a commit 8821b43
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/semantic-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -32,7 +32,12 @@ jobs:
docs
chore
disallowScopes: "^(?!nb$|pvc$|tb$|ws$).*$"
scopes: |
nb
pvc
tb
ws
requireScope: false

apply_labels:
name: Apply Labels
Expand Down

0 comments on commit 8821b43

Please sign in to comment.