Skip to content

Commit

Permalink
Merge pull request #4319 from nextcloud/ci/conventional_commits/stabl…
Browse files Browse the repository at this point in the history
…e7.0

ci(conventional_commits): block feat commits for stable7.0
  • Loading branch information
st3iny authored Jan 31, 2025
2 parents 703062f + 5cafd7a commit 308d663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/block-unconventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:

- 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
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 308d663

Please sign in to comment.