feat: 事件链路升级:增加webhook接入文档。 #113
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
branches: ['main'] | |
types: [closed] | |
jobs: | |
pr-approved-notice: | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.merged == true | |
steps: | |
- name: Work Weixin Notifier | |
uses: jerray/[email protected] | |
with: | |
key: ${{ secrets.weixin_bot_key }} | |
content: | | |
# 【机器人文档】 <font color="warning">PR</font> [ <font color="info">merged</font> ] | |
> 标题: ${{ github.event.pull_request.title }} | |
> 合并人: ${{ github.event.pull_request.merged_by.login }} | |
> 详情: [${{github.event.pull_request.html_url}}](${{github.event.pull_request.html_url}}) | |
> 请关注: <@nillwang> <@jackqqxu> | |
type: markdown | |
status: ${{ job.status }} |