feat: 更新部分接口功能描述 #94
This file contains 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 }} |