We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31d919 commit 721d1d5Copy full SHA for 721d1d5
.github/component_owners.yml
@@ -1,4 +1,4 @@
1
-# this file is used by .github/workflows/component-codeowners.yml
+# this file is used by .github/workflows/assign-reviewers.yml
2
#
3
# NOTE component owners must be members of the GitHub OpenTelemetry organization
4
# so that they can be added to @open-telemetry/java-contrib-triagers
.github/workflows/assign-reviewers.yml
@@ -12,4 +12,6 @@ jobs:
12
assign-reviewers:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: dyladan/component-owners@main
+ - uses: open-telemetry/assign-reviewers-action@main
16
+ with:
17
+ config-file: .github/component_owners.yml
0 commit comments