Skip to content

Commit 59c0d88

Browse files
committed
Update chore.yml
1 parent 314a3a0 commit 59c0d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/github-script@v7
1515
with:
1616
script: |
17-
console.log(context.pull_request, github.context);
17+
console.log(github.context.payload.pull_request);
1818
github.rest.issues.createComment({
19-
issue_number: 1,
19+
issue_number: undefined,
2020
owner: context.repo.owner,
2121
repo: context.repo.repo,
2222
body: "@coderabbitai assess this PR size with the following criteria and report it in your comment: \n- only include the relevant and main source files and changes in your assessment, for example changes in generated files like lock files should be excluded \n- the assessment should be in the format of: ADDITIONS=number DELETIONS=number \n- no other text and explanation should be in your comment, just the number of addition and deletions that you have assessed \n- you assessment comment should also not include any of your tips or other sections"

0 commit comments

Comments
 (0)