Skip to content

Bump docker/build-push-action from 6.5.0 to 6.12.0 #6384

Bump docker/build-push-action from 6.5.0 to 6.12.0

Bump docker/build-push-action from 6.5.0 to 6.12.0 #6384

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request
jobs:
pr-type-labeler:
name: Label based on branch name
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
configuration-path: .github/type-labeler.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}