Skip to content

build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 #200

build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0

build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 #200

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
# https://github.com/marketplace/actions/labeler
- name: Label PRs
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}