diff --git a/.github/workflows/codeowner_review_status.yml b/.github/workflows/codeowner_review_status.yml index b4ea37f954dfa..9b187bd9fc6ae 100644 --- a/.github/workflows/codeowner_review_status.yml +++ b/.github/workflows/codeowner_review_status.yml @@ -53,7 +53,7 @@ jobs: // Extract unique team slugs const teamSlugs = [...new Set(codeownersRules - .flatMap(rule => rule.owners))] + .flatMap(rule => rule.owners) .map(owner => owner.replace(/^.*\//, ''); )];