nonebot2/.github/workflows/plugin_issue.yml

28 lines
653 B
YAML
Raw Normal View History

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