Skip to content

[chore][CI] disable failIfEmpty in check-links (#37485) #31

[chore][CI] disable failIfEmpty in check-links (#37485)

[chore][CI] disable failIfEmpty in check-links (#37485) #31

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:
jobs:
generate-component-labels:
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'open-telemetry' }}
steps:
- uses: actions/checkout@v4
- name: Generate component labels
run: ./.github/workflows/scripts/generate-component-labels.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}