possible memory leak: config with hostmetrics, kubeletstats, prometheus recievers + transform/k8sattributes processors #10314
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Ping code owners on issues' | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
ping-owners: | |
runs-on: ubuntu-latest | |
if: ${{ github.repository_owner == 'open-telemetry' }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run ping-codeowners-issues.sh | |
run: ./.github/workflows/scripts/ping-codeowners-issues.sh | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
ISSUE: ${{ github.event.issue.number }} | |
COMPONENT: ${{ github.event.label.name }} |