Skip to content

猬嗭笍 Bump js-yaml from 4.2.0 to 4.3.1 #320

猬嗭笍 Bump js-yaml from 4.2.0 to 4.3.1

猬嗭笍 Bump js-yaml from 4.2.0 to 4.3.1 #320

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request
- pull_request_review
permissions:
contents: read
pull-requests: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Label changed files
uses: actions/labeler@v7.0.0
with:
repo-token: "${{ secrets.GH_PAT || github.token }}"
- name: Label approved PRs
# Pin the current master commit; this action has no release after v1.0.0.
uses: koj-co/label-approved-action@5e7f8b5ab37030de670f7ba6ffa911fa9a4848b6
with:
labels: "merge"
env:
GITHUB_TOKEN: "${{ secrets.GH_PAT || github.token }}"