Skip to content

Bump xunit from 2.7.1 to 2.8.0 #164

Bump xunit from 2.7.1 to 2.8.0

Bump xunit from 2.7.1 to 2.8.0 #164

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.2"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"