Skip to content

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible #420

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible #420

Workflow file for this run

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