文档中没提到 WebSocket 使用的 Session 在几天后就无法拉取数据 #31
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
name: Issues Notifier | |
on: | |
issues: | |
types: [opened, reopened] | |
jobs: | |
add-assigness: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Work Weixin Notifier | |
uses: jerray/work-weixin-notifier@v1.1.0 | |
with: | |
key: ${{ secrets.weixin_bot_key }} | |
content: | | |
# 【机器人文档】 <font color="warning">ISSUE</font> [ <font color="info">${{github.event.issue.state}}</font> ] | |
> Detail: [${{ github.event.issue.html_url }}](${{ github.event.issue.html_url }}) | |
> Title: ${{ github.event.issue.title }} | |
> Body: ${{github.event.issue.body}} | |
> User: ${{ github.event.issue.user.login }} | |
> Attention: <@nillwang><@jackqqxu> | |
type: markdown | |
status: ${{ job.status }} |