Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Oct 2, 2024
1 parent 9031c48 commit 510b334
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 @@ -97,7 +97,7 @@ runs:
for (let comment of comments) {
if (comment.body === noJiraIssueBody && comment.user.type === 'Bot') {
console.log('Found comment:', JSON.stringify(comment, null, 2));
console.log('Found comment to delete:', JSON.stringify(comment, null, 2));
await github.rest.issues.deleteComment({
owner,
repo,
Expand Down

0 comments on commit 510b334

Please sign in to comment.