Skip to content

fix(helm): update chart reloader to 1.0.52 #452

fix(helm): update chart reloader to 1.0.52

fix(helm): update chart reloader to 1.0.52 #452

Workflow file for this run

---
name: "Meta Labeler"
on:
workflow_dispatch:
pull_request:
branches: ["main"]
permissions:
checks: write
contents: read
pull-requests: write
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b # v4.0.3
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"