Skip to content

Commit

Permalink
fix: replace placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
devindford committed Aug 6, 2024
1 parent baf8bea commit 9fd16db
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 @@ -115,7 +115,7 @@ jobs:
const approvals = new Set(
reviews
.filter(review => review.state === 'APPROVED')
.map(review => `@myOrg/${review.user.login}`)
.map(review => `@DataDog/${review.user.login}`)
);
const codeOwnerStatus = Array.from(relevantOwners).map(owner => ({
Expand Down

0 comments on commit 9fd16db

Please sign in to comment.