Skip to content

[k8sattributesprocessor]: Fall back to only container within a pod if no k8s.container.name/container.id attribute is present in resource #9811

[k8sattributesprocessor]: Fall back to only container within a pod if no k8s.container.name/container.id attribute is present in resource

[k8sattributesprocessor]: Fall back to only container within a pod if no k8s.container.name/container.id attribute is present in resource #9811

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 }}