mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
👷 update publish issue bot
This commit is contained in:
parent
51304fdd8e
commit
80a54914e2
10
.github/workflows/plugin_issue.yml
vendored
10
.github/workflows/plugin_issue.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: 'Plugin Issue Bot'
|
name: 'Store Publish Issue Bot'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -12,14 +12,16 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
issue_bot:
|
issue_bot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: plugin issue bot
|
name: store publish issue bot
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: NoneBot2 Plugin Issue Bot
|
- name: NoneBot2 Plugin Issue Bot
|
||||||
uses: he0119/nonebot2-plugin-issue-bot@v0.2
|
uses: he0119/nonebot2-plugin-issue-bot@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
base: master
|
base: master
|
||||||
path: docs/.vuepress/public/plugins.json
|
plugin_path: docs/.vuepress/public/plugins.json
|
||||||
|
bot_path: docs/.vuepress/public/bots.json
|
||||||
|
adapter_path: docs/.vuepress/public/adapters.json
|
||||||
|
Loading…
Reference in New Issue
Block a user