Skip to content

Bump xunit from 2.6.1 to 2.6.2 #98

Bump xunit from 2.6.1 to 2.6.2

Bump xunit from 2.6.1 to 2.6.2 #98

Workflow file for this run

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