Skip to content

chore(deps): bump js-yaml from 4.1.1 to 4.3.0 #397

chore(deps): bump js-yaml from 4.1.1 to 4.3.0

chore(deps): bump js-yaml from 4.1.1 to 4.3.0 #397

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: actions/labeler@v6
with:
token: ${{ github.token }}