mirror of
https://github.com/System-End/riceathon.git
synced 2026-04-19 22:05:16 +00:00
fix: change endpoint
This commit is contained in:
parent
ca55ef6238
commit
e320e0a5ef
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const pull_number = process.env.PR_NUMBER;
|
|||
const commentError = (message) => {
|
||||
console.debug("#commentError");
|
||||
simpleApiReq(
|
||||
`repos/${owner}/${repo}/pulls/${pull_number}/comments`,
|
||||
`repos/${owner}/${repo}/pulls/${pull_number}/reviews`,
|
||||
"POST",
|
||||
{
|
||||
event: "REQUEST_CHANGES",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue