Skip to content

deps(go): Bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 #977

deps(go): Bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1

deps(go): Bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 #977

Workflow file for this run

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