mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 08:12:14 +08:00
commit
f53644ef26
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:
|
||||||
|
- master
|
||||||
|
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