Skip to content

Commit

Permalink
Update .github/workflows/scripts/generate-weekly-report.js
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
  • Loading branch information
LucaLanziani and mx-psi committed Jun 5, 2024
1 parent 1b6b990 commit 3126297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/generate-weekly-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async function getIssuesData({octokit, context}) {
data: []
},
issuesCodeOwnerNeeded: {
title: "New isseus needing code owners",
title: "New issues needing code owners",
count: 0,
data: []
}
Expand Down

0 comments on commit 3126297

Please sign in to comment.