Skip to content

Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 #461

Bump docker/setup-buildx-action from 3.8.0 to 3.9.0

Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 #461

Workflow file for this run

name: Label PR
on: [pull_request_target]
jobs:
pr-labeler:
name: Label PR
runs-on: ubuntu-20.04
steps:
- name: Label PR from branch prefix
uses: TimonVS/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Label PR from files
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"