Compare commits

..

1 Commits

Author SHA1 Message Date
eddaf3ddea BLOG-79 build: auto comment /improve command
Some checks failed
Frontend CI / build (push) Successful in 1m53s
PR Title Check / pr-title-check (pull_request) Successful in 16s
Auto Comment On PR / add_improve_comment (pull_request) Failing after 13s
2025-07-26 05:40:39 +08:00

View File

@ -15,4 +15,4 @@ jobs:
-H "Authorization: token ${{ secrets.BOT_PAT }}" \
-H "Content-Type: application/json" \
-d '{"body": "/improve"}' \
"${{ vars.GIT_PROVIDER_URL }}/api/v1/repos/${{ gitea.repository.owner }}/${{ gitea.repository.name }}/pulls/${{ gitea.pull_request.number }}/reviews"
"${{ vars.GIT_PROVIDER_URL }}/api/v1/repos/${{ gitea.repository.owner }}/${{ gitea.repository.name }}/issues/${{ gitea.pull_request.number }}/comments"