mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
ci: 添加插件议题机器人
This commit is contained in:
parent
31123b0573
commit
aca37736c4
25
.github/workflows/plugin_issue.yml
vendored
Normal file
25
.github/workflows/plugin_issue.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: 'Plugin Issue Bot'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
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.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
base: master
|
||||
path: docs/.vuepress/public/plugins.json
|
Loading…
Reference in New Issue
Block a user