Skip to content

feat(helm): update chart grafana to 6.61.2 #43

feat(helm): update chart grafana to 6.61.2

feat(helm): update chart grafana to 6.61.2 #43

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@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 # v4.2.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"