nonebot2/.github/workflows/plugin_issue.yml

26 lines
520 B
YAML
Raw Normal View History

2020-11-19 16:30:46 +00:00
name: 'Plugin Issue Bot'
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: plugin issue bot
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: NoneBot2 Plugin Issue Bot
uses: he0119/nonebot2-plugin-issue-bot@v0.2
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
path: docs/.vuepress/public/plugins.json