Skip to content

ci(github-actions): fix changelog workflow #16

ci(github-actions): fix changelog workflow

ci(github-actions): fix changelog workflow #16

name: PR Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
pull-requests: read
checks: write
jobs:
check_cc_labels:
name: Check conventional commits labels
runs-on: "ubuntu-latest"
steps:
- uses: danielchabr/[email protected]
with:
hasSome: feature,enhancement,bug,fix,security,chore,maintenance,documentation,dependencies
githubToken: ${{ secrets.GITHUB_TOKEN }}