Skip to content

Commit

Permalink
squash: skip merge commits
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 10, 2024
1 parent 9e8b19f commit 4f592bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- edited

permissions:
contents: write
pull-requests: write
contents: read
pull-requests: read

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request
Expand All @@ -36,6 +36,7 @@ jobs:
docs
feat
fix
merge
perf
refactor
release
Expand Down

0 comments on commit 4f592bb

Please sign in to comment.