From 2b90b385d72619f4ad05406d1496f1016de6fa6c Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 26 Oct 2022 11:23:02 -0700 Subject: [PATCH] Use component owners extension matching (#6966) I have submitted a PR to add support for this to the component-owners action: https://github.com/dyladan/component-owners/pull/14, but we can use my fork for now. --- .github/component_owners.yml | 6 +----- .github/workflows/assign-reviewers.yml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/component_owners.yml b/.github/component_owners.yml index 410c6b8dc4a9..95098193e8f8 100644 --- a/.github/component_owners.yml +++ b/.github/component_owners.yml @@ -1,8 +1,4 @@ # this file is used by .github/workflows/assign-reviewers.yml components: - CHANGELOG.md: - - theletterf - docs: - - theletterf - README.md: + "*.md": - theletterf diff --git a/.github/workflows/assign-reviewers.yml b/.github/workflows/assign-reviewers.yml index bed5448a75c4..267fd7c8af43 100644 --- a/.github/workflows/assign-reviewers.yml +++ b/.github/workflows/assign-reviewers.yml @@ -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