Skip to content

Commit

Permalink
fixes auto needs testing label
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Nov 6, 2024
1 parent 3008cc2 commit cd9d382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-testing-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
}
if (isChangesRequired) {
await github.issues.createComment({
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: pr.number,
Expand Down

0 comments on commit cd9d382

Please sign in to comment.