Skip to content

Commit 28459d8

Browse files
authored
Use component owners extension matching (#6966)
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.
1 parent 0575ab4 commit 28459d8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/component_owners.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# this file is used by .github/workflows/assign-reviewers.yml
22
components:
3-
CHANGELOG.md:
4-
- theletterf
5-
docs:
6-
- theletterf
7-
README.md:
3+
"*.md":
84
- theletterf

.github/workflows/assign-reviewers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
assign-reviewers:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: dyladan/component-owners@main
15+
- uses: trask/component-owners@main
1616
with:
1717
# this repository is using this action to request doc review
1818
assign-owners: false

0 commit comments

Comments
 (0)