Skip to content

Commit

Permalink
Merge pull request #6508 from nextcloud/ci/conventional-commits-check
Browse files Browse the repository at this point in the history
ci: Enforce conventional commits
  • Loading branch information
ChristophWurst authored Nov 20, 2024
2 parents 8da99a4 + 4d46142 commit b31fcf3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/conventional_commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: Conventional Commits

on:
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
branches:
- stable*

jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ If you contribute, participate or interact with this community, please respect [

This guide will help you get started:
- :dancer: :smile: [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)

Commits in this repository follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary).

0 comments on commit b31fcf3

Please sign in to comment.