2021-03-07 00:43:12 +08:00
|
|
|
name: 'Store Publish Issue Bot'
|
2020-11-20 00:30:46 +08:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2020-11-20 00:36:07 +08:00
|
|
|
- master
|
2020-11-20 00:30:46 +08:00
|
|
|
issues:
|
2020-11-20 16:39:52 +08:00
|
|
|
types: [opened, reopened, edited]
|
2020-11-20 00:30:46 +08:00
|
|
|
pull_request:
|
|
|
|
types: [closed]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
issue_bot:
|
|
|
|
runs-on: ubuntu-latest
|
2021-03-07 00:43:12 +08:00
|
|
|
name: store publish issue bot
|
2020-11-20 00:30:46 +08:00
|
|
|
steps:
|
|
|
|
- name: Checkout code
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- name: NoneBot2 Plugin Issue Bot
|
2021-03-07 00:43:12 +08:00
|
|
|
uses: he0119/nonebot2-plugin-issue-bot@main
|
2020-11-20 00:30:46 +08:00
|
|
|
with:
|
2020-11-20 13:38:28 +08:00
|
|
|
token: ${{ secrets.GH_TOKEN }}
|
2020-11-20 00:30:46 +08:00
|
|
|
base: master
|
2021-03-07 00:43:12 +08:00
|
|
|
plugin_path: docs/.vuepress/public/plugins.json
|
|
|
|
bot_path: docs/.vuepress/public/bots.json
|
|
|
|
adapter_path: docs/.vuepress/public/adapters.json
|