Skip to content

build(deps): bump github.com/minio/minio-go/v7 from 7.0.66 to 7.0.72 in /minio #734

build(deps): bump github.com/minio/minio-go/v7 from 7.0.66 to 7.0.72 in /minio

build(deps): bump github.com/minio/minio-go/v7 from 7.0.66 to 7.0.72 in /minio #734

Workflow file for this run

name: Auto labeler
on:
issues:
types: [ opened, edited, milestoned ]
pull_request_target:
types: [ opened ]
permissions:
contents: read
issues: write
pull-requests: write
statuses: write
checks: write
jobs:
labeler:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Check Labels
id: labeler
uses: fuxingloh/multi-labeler@v4
with:
github-token: ${{secrets.GITHUB_TOKEN}}