Skip to content

Commit feac2fc

Browse files
committed
gogogo
1 parent e38c792 commit feac2fc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/comment_pr.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ jobs:
1010
with:
1111
github-token: ${{secrets.GITHUB_TOKEN}}
1212
script: |
13-
context.pulls.createReview({
13+
await context.pulls.createReview({
1414
pull_number: 14,
1515
owner: context.repo.owner,
1616
repo: context.repo.repo,
1717
body: 'thanks'
1818
event: 'REQUEST_CHANGES'
19-
comments: [
20-
{
19+
comments: [{
2120
path: gitlab/workflows/comment_pr.yml,
2221
line: 1,
2322
body: 'thanks'
24-
}
23+
}]
2524
})

0 commit comments

Comments
 (0)