Skip to content

feat: bump kube-state-metrics to v2.14.0 and prometheus-stack to 67.6.0 #4145

feat: bump kube-state-metrics to v2.14.0 and prometheus-stack to 67.6.0

feat: bump kube-state-metrics to v2.14.0 and prometheus-stack to 67.6.0 #4145

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
branches:
- main
- 'release/*'
paths:
- 'services/**/*'
workflow_dispatch: {}
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Add service identifying label to PRs updating services
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/service-labeler.yaml"
- name: Add labels to automated chart bump PRs
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.MESOSPHERECI_USER_TOKEN }}"
configuration-path: ".github/services-pr-labeler.yaml"