Skip to content

Bump k8s.io/api from 0.30.0 to 0.30.1 in /src/go/collectors/go.d.plugin #170319

Bump k8s.io/api from 0.30.0 to 0.30.1 in /src/go/collectors/go.d.plugin

Bump k8s.io/api from 0.30.0 to 0.30.1 in /src/go/collectors/go.d.plugin #170319

Workflow file for this run

---
# Handles labelling of PR's.
name: Pull Request Labeler
on:
pull_request_target: null
concurrency:
group: pr-label-${{ github.repository_id }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
labeler:
name: Apply PR Labels
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
if: github.repository == 'netdata/netdata'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true