Skip to content

Commit

Permalink
ci(root): require scope in conventional commit config (#5611)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored May 21, 2024
1 parent 06a7260 commit 3f1520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: true
scopes: |
${{ env.SCOPES }}
requireScope: true
- uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 3f1520d

Please sign in to comment.