Skip to content

chore(deps)(deps-dev): bump @commitlint/config-conventional from 20.4.2 to 20.4.3 #110

chore(deps)(deps-dev): bump @commitlint/config-conventional from 20.4.2 to 20.4.3

chore(deps)(deps-dev): bump @commitlint/config-conventional from 20.4.2 to 20.4.3 #110

Workflow file for this run

name: 'Pull Request Labeler'
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Label PR
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml