Skip to content

Commit

Permalink
fix: simplify conventional commits
Browse files Browse the repository at this point in the history
Replace all conventional commits with feat, fix and nfc
  • Loading branch information
MCorfy authored Aug 8, 2024
1 parent a3d3ed7 commit 65c04fb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/reusable-policy-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,9 @@ on:
required: true
conventional:
types:
- chore
- ci
- docs
- feat
- fix
- refactor
- release
- revert
- style
- test
- nfc
scopes: [".*"]
jobs:
conform:
Expand Down

0 comments on commit 65c04fb

Please sign in to comment.