Skip to content

[processor/tailsampling] Remove internally used fields from samplingp… #50

[processor/tailsampling] Remove internally used fields from samplingp…

[processor/tailsampling] Remove internally used fields from samplingp… #50

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Generate component labels
run: ./.github/workflows/scripts/generate-component-labels.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}