Skip to content

Commit

Permalink
Merge pull request #61 from Okabe-Junya/fix-comment
Browse files Browse the repository at this point in the history
fix: comment
  • Loading branch information
Okabe-Junya authored Feb 14, 2024
2 parents 2500e5c + c0c5273 commit 8ad3d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30170,7 +30170,7 @@ async function run() {
owner: github_1.context.repo.owner,
repo: github_1.context.repo.repo,
issue_number: issueNumber,
body: `Issue #${issueNumber} is not valid. Auto closing issue...`,
body: `Issue #${issueNumber} is not valid.`,
});
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export async function run() {
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issueNumber,
body: `Issue #${issueNumber} is not valid. Auto closing issue...`,
body: `Issue #${issueNumber} is not valid.`,
});
}
}
Expand Down

0 comments on commit 8ad3d9a

Please sign in to comment.