You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'{"body": "Hey \($reviewers), could you please review this PR? 😊\n\nThe following labels were applied:\n- \($labels)\n\nPlease check the changes carefully, and let us know if you need any further details. Thank you for your time!"}')
85
+
86
+
# 添加评论
87
+
RESPONSE=$(curl -s -w "%{http_code}" -o /tmp/response.json -X POST \
Copy file name to clipboardExpand all lines: .github/workflows/bsp_buildings.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -508,6 +508,6 @@ jobs:
508
508
- name: Post failure comment
509
509
if: failure()
510
510
run: |
511
-
curl -X POST -H "Authorization: token ${{ secrets.RTTHREAD_GITHUB_TOKEN }}" \
511
+
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN_COMMENT }}" \
512
512
-d '{"body":"@${{ github.actor }}, Thank you for your contribution, but there was an error with the action. Could you please help check the BSP compilation issue? Thank you."}' \
0 commit comments