Skip to content

[receiver/fluentforward] Ensure all established connections are properly closed on shutdown #72921

[receiver/fluentforward] Ensure all established connections are properly closed on shutdown

[receiver/fluentforward] Ensure all established connections are properly closed on shutdown #72921

name: 'Add code owners to a PR'
on:
pull_request_target:
types:
- opened
- synchronize
- ready_for_review
permissions: read-all
jobs:
add-owners-to-pr:
permissions:
pull-requests: write
runs-on: ubuntu-24.04
if: ${{ github.actor != 'dependabot[bot]' && github.repository_owner == 'open-telemetry' && github.event.pull_request.draft == false }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- 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 }}