We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0575ab4 commit 28459d8Copy full SHA for 28459d8
.github/component_owners.yml
@@ -1,8 +1,4 @@
1
# this file is used by .github/workflows/assign-reviewers.yml
2
components:
3
- CHANGELOG.md:
4
- - theletterf
5
- docs:
6
7
- README.md:
+ "*.md":
8
- theletterf
.github/workflows/assign-reviewers.yml
@@ -12,7 +12,7 @@ jobs:
12
assign-reviewers:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: dyladan/component-owners@main
+ - uses: trask/component-owners@main
16
with:
17
# this repository is using this action to request doc review
18
assign-owners: false
0 commit comments