diff --git a/.github/component_owners.yml b/.github/component_owners.yml new file mode 100644 index 0000000000..e28333742c --- /dev/null +++ b/.github/component_owners.yml @@ -0,0 +1,12 @@ +# Test configuration + +components: + packages/opentelemetry-id-generator-aws-xray: + - NathanielRN + - willarmiros + plugins/node/opentelemetry-instrumentation-aws-lambda: + - NathanielRN + - willarmiros + propagators/opentelemetry-propagator-aws-xray: + - NathanielRN + - willarmiros diff --git a/.github/workflows/component-owners.yml b/.github/workflows/component-owners.yml new file mode 100644 index 0000000000..8bc8fe9cab --- /dev/null +++ b/.github/workflows/component-owners.yml @@ -0,0 +1,10 @@ +name: 'Component Owners' +on: + pull_request: + +jobs: + run_self: + runs-on: ubuntu-latest + name: Auto Assign Owners + steps: + - uses: dyladan/component-owners@main