From 943c398427c56f98c48a4b3ffd671edf9b59067c Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Fri, 6 Aug 2021 13:06:33 -0400 Subject: [PATCH 1/2] chore: add ownership for aws propagator --- .github/component_owners.yml | 6 ++++++ .github/workflows/component-owners.yml | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .github/component_owners.yml create mode 100644 .github/workflows/component-owners.yml diff --git a/.github/component_owners.yml b/.github/component_owners.yml new file mode 100644 index 0000000000..ecd1a26da9 --- /dev/null +++ b/.github/component_owners.yml @@ -0,0 +1,6 @@ +# Test configuration + +components: + propagators/opentelemetry-propagator-aws-xray: + - willarmiros + - NathanielRN 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 From 3a671128d733a34e3f60c0e50617cbffd18a2c0c Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Fri, 6 Aug 2021 13:12:53 -0400 Subject: [PATCH 2/2] chore: add other owned components --- .github/component_owners.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/component_owners.yml b/.github/component_owners.yml index ecd1a26da9..e28333742c 100644 --- a/.github/component_owners.yml +++ b/.github/component_owners.yml @@ -1,6 +1,12 @@ # Test configuration components: - propagators/opentelemetry-propagator-aws-xray: + packages/opentelemetry-id-generator-aws-xray: + - NathanielRN + - willarmiros + plugins/node/opentelemetry-instrumentation-aws-lambda: + - NathanielRN - willarmiros + propagators/opentelemetry-propagator-aws-xray: - NathanielRN + - willarmiros