Skip to content

chore(deps-dev): bump linkify-it from 5.0.1 to 5.0.2 #47

chore(deps-dev): bump linkify-it from 5.0.1 to 5.0.2

chore(deps-dev): bump linkify-it from 5.0.1 to 5.0.2 #47

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Auto-Label PR
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Label based on changed files
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true