Skip to content

build(deps): bump docker/metadata-action from 5.0.0 to 5.2.0 #165

build(deps): bump docker/metadata-action from 5.0.0 to 5.2.0

build(deps): bump docker/metadata-action from 5.0.0 to 5.2.0 #165

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@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}