Skip to content

Commit

Permalink
Mute standalone notice and change notice user (#55) (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
guguducken authored May 30, 2024
1 parent 9bf12f7 commit 3ba72d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/merge-trigger-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ jobs:
path: |
${{ github.workspace }}/upload
retention-days: 7
- name: NOTICE FAIL RESULT
if: ${{ failure() || cancelled() || needs.pessimistic-bvt-darwin-arm64.result != 'success' }}
uses: guguducken/action-wechat-work@master
env:
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECHAT_MO_CHECKIN_BOT_WEBHOOK }}
with:
msgtype: markdown
content: "MO Checkin Regression(Standalone BVT) failed: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})\nCreator:<font color=\"warning\">${{ github.event.pull_request.user.login }}</font>\nAction Link: [Link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})<@shuqi.qin><@JiejieJia><@SuDong>"
# - name: NOTICE FAIL RESULT
# if: ${{ failure() || cancelled() || needs.pessimistic-bvt-darwin-arm64.result != 'success' }}
# uses: guguducken/action-wechat-work@master
# env:
# WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECHAT_MO_CHECKIN_BOT_WEBHOOK }}
# with:
# msgtype: markdown
# content: "MO Checkin Regression(Standalone BVT) failed: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})\nCreator:<font color=\"warning\">${{ github.event.pull_request.user.login }}</font>\nAction Link: [Link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})<@shuqi.qin><@JiejieJia><@SuDong>"
2 changes: 1 addition & 1 deletion .github/workflows/merge-trigger-tke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -807,4 +807,4 @@ jobs:
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECHAT_MO_CHECKIN_BOT_WEBHOOK }}
with:
msgtype: markdown
content: "MO Checkin Regression On TKE failed: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})\nCreator:<font color=\"warning\">${{ github.event.pull_request.user.login }}</font>\nAction Link: [Link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})<@shuqi.qin><@JiejieJia><@SuDong>"
content: "MO Checkin Regression On TKE failed: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})\nAction Link: [Link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})\nCreator:<@${{ github.event.pull_request.user.login }}>"

0 comments on commit 3ba72d3

Please sign in to comment.