Skip to content

Commit

Permalink
Merge pull request #10378 from nextcloud/ci/no-feat-commits-stable3.7
Browse files Browse the repository at this point in the history
[stable3.7] ci: Prevent feat commits
  • Loading branch information
kesselb authored Nov 21, 2024
2 parents 2419a1e + 4d5f3df commit 33d7065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conventional_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0
with:
allowed-commit-types: "fix,docs,style,refactor,test,build,perf,ci,chore,revert,merge" # Anything but "feat" https://github.com/webiny/action-conventional-commits/blob/8bc41ff4e7d423d56fa4905f6ff79209a78776c7/action.yml#L9C15-L9C85

0 comments on commit 33d7065

Please sign in to comment.