Skip to content

chore(deps-dev): bump @commitlint/cli from 20.4.3 to 20.4.4 in the commitlint group #1425

chore(deps-dev): bump @commitlint/cli from 20.4.3 to 20.4.4 in the commitlint group

chore(deps-dev): bump @commitlint/cli from 20.4.3 to 20.4.4 in the commitlint group #1425

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
permissions:
contents: read
concurrency:
group: pr/${{github.event.number}}
cancel-in-progress: true
jobs:
ci:
name: CI
permissions:
contents: read
security-events: write
uses: ./.github/workflows/ci.yml
label:
name: Label
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
timeout-minutes: 5
steps:
- name: Apply labels
uses: actions/labeler@v6.0.1