Skip to content

chore(deps): update docker/setup-buildx-action action to v3.7.0 #402

chore(deps): update docker/setup-buildx-action action to v3.7.0

chore(deps): update docker/setup-buildx-action action to v3.7.0 #402

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
name: PR Labeler
runs-on: ubuntu-22.04
# runs-on: self-hosted
steps:
# https://github.com/TimonVS/pr-labeler-action
- uses: TimonVS/[email protected]
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}