Skip to content

test(instr-mongodb): fix tests mongdb tests for 6.19.0 #12840

test(instr-mongodb): fix tests mongdb tests for 6.19.0

test(instr-mongodb): fix tests mongdb tests for 6.19.0 #12840

name: 'Component Owners'
on:
pull_request_target:
permissions:
contents: read
jobs:
run_self:
permissions:
pull-requests: write # required for assigning reviewers to PRs
runs-on: ubuntu-latest
name: Auto Assign Owners
steps:
- uses: dyladan/component-owners@main
with:
config-file: .github/component_owners.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}