Skip to content

chore(deps): bump js-yaml from 3.14.2 to 3.15.0 #8

chore(deps): bump js-yaml from 3.14.2 to 3.15.0

chore(deps): bump js-yaml from 3.14.2 to 3.15.0 #8

Workflow file for this run

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