Skip to content

Commit

Permalink
Use component owners extension matching (open-telemetry#6966)
Browse files Browse the repository at this point in the history
I have submitted a PR to add support for this to the component-owners
action: dyladan/component-owners#14, but we can
use my fork for now.
  • Loading branch information
trask authored and LironKS committed Dec 4, 2022
1 parent f775eb9 commit 2b90b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# this file is used by .github/workflows/assign-reviewers.yml
components:
CHANGELOG.md:
- theletterf
docs:
- theletterf
README.md:
"*.md":
- theletterf
2 changes: 1 addition & 1 deletion .github/workflows/assign-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
assign-reviewers:
runs-on: ubuntu-latest
steps:
- uses: dyladan/component-owners@main
- uses: trask/component-owners@main
with:
# this repository is using this action to request doc review
assign-owners: false

0 comments on commit 2b90b38

Please sign in to comment.