Skip to content

[connector,exporter,processor,receiver] Error out on mismatched type #271

[connector,exporter,processor,receiver] Error out on mismatched type

[connector,exporter,processor,receiver] Error out on mismatched type #271

name: 'Add code owners to a PR'
on:
pull_request_target:
types:
- opened
- synchronize
permissions: read-all
jobs:
add-owners-to-pr:
permissions:
pull-requests: write
runs-on: ubuntu-24.04
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.repository_owner == 'open-telemetry' }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run add-codeowners-to-pr.sh
run: ./.github/workflows/scripts/add-codeowners-to-pr.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
PR: ${{ github.event.number }}