build(deps): bump the minor-and-patch group across 1 directory with 45 updates #872
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Conventional Commits | |
| on: | |
| pull_request: | |
| # Just some events that could involve commit messages | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| # Only need read access to repository contents | |
| contents: read | |
| jobs: | |
| validate-commit-names: | |
| uses: owncloud/reusable-workflows/.github/workflows/semantic-git-message.yml@main |