Skip to content

Bump YamlDotNet from 16.1.0 to 16.1.2 #40

Bump YamlDotNet from 16.1.0 to 16.1.2

Bump YamlDotNet from 16.1.0 to 16.1.2 #40

Workflow file for this run

name: Label based on PR size
on:
workflow_dispatch:
pull_request:
jobs:
size-label:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@v0.5.4"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"