猬嗭笍 Bump js-yaml from 4.2.0 to 4.3.1 #320
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }}" |