Skip to content

[TECHNICAL] SBOM changes to be pushed in an specific branch with signed commits #498

[TECHNICAL] SBOM changes to be pushed in an specific branch with signed commits

[TECHNICAL] SBOM changes to be pushed in an specific branch with signed commits #498

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