Skip to content

feat(helm): update chart tempo-distributed to 1.28.0 #2105

feat(helm): update chart tempo-distributed to 1.28.0

feat(helm): update chart tempo-distributed to 1.28.0 #2105

Workflow file for this run

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