Skip to content

Commit

Permalink
fix user
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Oct 2, 2024
1 parent e4f8fa1 commit 9031c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/jira-validate-reference/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
})
for (let comment of comments) {
if (comment.body === noJiraIssueBody && user.type === 'Bot') {
if (comment.body === noJiraIssueBody && comment.user.type === 'Bot') {
console.log('Found comment:', JSON.stringify(comment, null, 2));
await github.rest.issues.deleteComment({
owner,
Expand Down

0 comments on commit 9031c48

Please sign in to comment.