Skip to content

feat(container): update kube-prometheus-stack ( 69.3.3 → 69.4.0 ) #5289

feat(container): update kube-prometheus-stack ( 69.3.3 → 69.4.0 )

feat(container): update kube-prometheus-stack ( 69.3.3 → 69.4.0 ) #5289

Workflow file for this run

---
name: Meta - Labeler
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/[email protected]
id: generate-token
with:
app-id: "${{ secrets.HOMEOPS_BOT_APP_ID }}"
private-key: "${{ secrets.HOMEOPS_BOT_PRIVATE_KEY }}"
- name: Labeler
uses: actions/[email protected]
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"