refactor: replace axios call with octokit
This commit is contained in:
@@ -63,7 +63,7 @@ export async function run(): Promise<void> {
|
||||
|
||||
if (createPRComments === 'true') {
|
||||
await pr.createComment(
|
||||
token,
|
||||
octokit,
|
||||
github.context.repo.owner,
|
||||
github.context.repo.repo,
|
||||
ctx.event.number,
|
||||
|
||||
Reference in New Issue
Block a user