Skip to content

chore(deps): bump docker/build-push-action from 5 to 6 #10

chore(deps): bump docker/build-push-action from 5 to 6

chore(deps): bump docker/build-push-action from 5 to 6 #10

Workflow file for this run

name: 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:
contents: read
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,fix,changed,deprecated,security,docs,dependencies
githubToken: ${{ secrets.GITHUB_TOKEN }}