Skip to content

Commit

Permalink
Merge pull request #3686 from esl/mu-ci-new-issue-for-comments
Browse files Browse the repository at this point in the history
Use a different issue for collecting error comments
  • Loading branch information
chrzaszcz authored Jun 15, 2022
2 parents 96839a5 + 1fface6 commit cbd9928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circle-publish-github-summary-comment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function post_new_comment
-H "Authorization: token $COMMENTER_GITHUB_TOKEN" \
-H "Content-Type: application/json" \
-X POST -d "$POST_BODY" \
https://api.github.com/repos/$REPO_SLUG/issues/3360/comments
https://api.github.com/repos/$REPO_SLUG/issues/3685/comments
}

BODY=$(make_body)
Expand Down

0 comments on commit cbd9928

Please sign in to comment.