Skip to content

feat: add OpAMP status reporting for the collector #7195

feat: add OpAMP status reporting for the collector

feat: add OpAMP status reporting for the collector #7195

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
# assigns reviewers to pull requests in a similar way as CODEOWNERS, but doesn't require reviewers
# to have write access to the repository
# see .github/component_owners.yaml for the list of components and their owners
name: Assign reviewers
on:
# pull_request_target is needed instead of just pull_request
# because repository write permission is needed to assign reviewers
pull_request_target: # zizmor: ignore[dangerous-triggers] needed to request reviewers on PRs from forks without checking out PR code
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false
jobs:
assign-reviewers:
name: Assign reviewers
permissions:
pull-requests: write # required for assigning reviewers to PRs
if: ${{ !github.event.repository.fork }}
runs-on: ubuntu-latest
steps:
- name: Request component owner reviews
uses: dyladan/component-owners@7ff2b343629407c4dbe1c28ae66f55f723543d2b # v0.2.0
with:
# using this action to request review only (not assignment)
assign-owners: false