[TECHNICAL] SBOM changes to be pushed in an specific branch with signed commits #498
Workflow file for this run
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 |