Skip to content

chore: linting changelog #1259

chore: linting changelog

chore: linting changelog #1259

name: "Component Owners"
on:
pull_request_target:
permissions:
contents: read
jobs:
run_self:
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby-contrib' }}
permissions:
pull-requests: write # required for assigning reviewers to PRs
runs-on: ubuntu-24.04
name: Auto Assign Owners
steps:
- uses: dyladan/component-owners@7ff2b343629407c4dbe1c28ae66f55f723543d2b # v0.2.0
with:
config-file: .github/component_owners.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}