Skip to content

Bump org.yaml:snakeyaml from 1.33 to 2.1 #31

Bump org.yaml:snakeyaml from 1.33 to 2.1

Bump org.yaml:snakeyaml from 1.33 to 2.1 #31

Workflow file for this run

name: Labeler
on: [pull_request_target]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"