This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
chore(deps): bump github.com/docker/docker from 20.10.17+incompatible to 24.0.6+incompatible #8963
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Pull Request Labeler" | |
on: | |
- pull_request_target | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 # v4.2.0 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
permissions: | |
contents: read | |
pull-requests: write |