Skip to content

欢迎大家使用我的nekoneko,专做群聊bot的nodejsSDK #20

欢迎大家使用我的nekoneko,专做群聊bot的nodejsSDK

欢迎大家使用我的nekoneko,专做群聊bot的nodejsSDK #20

Workflow file for this run

name: Issues Notifier
on:
issues:
types: [opened, reopened]
jobs:
add-assigness:
runs-on: ubuntu-latest
steps:
- name: Work Weixin Notifier
uses: jerray/[email protected]
with:
key: ${{ secrets.weixin_bot_key }}
content: |
# 【NodeSDK】 <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 }}