Skip to content

Commit

Permalink
commentsNumber: fix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Dec 10, 2024
1 parent 5fae5ac commit f523e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/commentsNumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function commentsNumber ({
reviewThread.comments.nodes[0].author.login === 'github-actions' &&
reviewThread.comments.nodes[0].body.includes('<br>Cc ')
)
)
).map(reviewThread => reviewThread.comments.nodes[0])

for (const comment of comments) {
const category = comment.body.match(categoryRegex)?.[1]
Expand Down

0 comments on commit f523e1a

Please sign in to comment.