Skip to content

Merge branch 'main' of https://github.com/sv-splunk/opentelemetry-col… #8

Merge branch 'main' of https://github.com/sv-splunk/opentelemetry-col…

Merge branch 'main' of https://github.com/sv-splunk/opentelemetry-col… #8

name: 'Generate component labels'
on:
push:
branches: [main]
paths:
- .github/CODEOWNERS
- ./.github/workflows/generate-component-labels.yml
- ./.github/workflows/scripts/generate-component-labels.sh
workflow_dispatch:
permissions:
contents: read
jobs:
generate-component-labels:
permissions:
issues: write # required for creating and managing issue labels
pull-requests: write # required for creating and managing PR labels
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'open-telemetry' }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Generate component labels
run: ./.github/workflows/scripts/generate-component-labels.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}