mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-22 10:36:16 +08:00
👷 update plugin issue bot
This commit is contained in:
parent
009cca3c9d
commit
318aa98c98
4
.github/workflows/plugin_issue.yml
vendored
4
.github/workflows/plugin_issue.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
issues:
|
issues:
|
||||||
types: [opened, edited]
|
types: [opened, reopened, edited]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ jobs:
|
|||||||
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.1
|
uses: he0119/nonebot2-plugin-issue-bot@v0.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
base: master
|
base: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user