Skip to content

Bump github.com/diskfs/go-diskfs from 1.4.1 to 1.4.2 #266

Bump github.com/diskfs/go-diskfs from 1.4.1 to 1.4.2

Bump github.com/diskfs/go-diskfs from 1.4.1 to 1.4.2 #266

Workflow file for this run

name: 'Assign size labels to PRs'
on: [workflow_dispatch, pull_request]
jobs:
size-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: size-label
uses: pascalgn/size-label-action@v0.5.4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"