Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
devindford committed Aug 6, 2024
1 parent ffc0961 commit fc90954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeowner_review_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(/^.*\//, '');
)];
Expand Down

0 comments on commit fc90954

Please sign in to comment.