Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(deps-dev): bump @commitlint/cli from 17.4.4 to 18.6.0 #551

chore(deps-dev): bump @commitlint/cli from 17.4.4 to 18.6.0

chore(deps-dev): bump @commitlint/cli from 17.4.4 to 18.6.0 #551

name: "[on PR] PR Labeler"
on:
pull_request_target:
types: [opened, reopened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"