From aca37736c4b7e74bb0cadb7c2c926ad491923038 Mon Sep 17 00:00:00 2001 From: hemengyang Date: Fri, 20 Nov 2020 00:30:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20=E6=B7=BB=E5=8A=A0=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E8=AE=AE=E9=A2=98=E6=9C=BA=E5=99=A8=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/plugin_issue.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/plugin_issue.yml diff --git a/.github/workflows/plugin_issue.yml b/.github/workflows/plugin_issue.yml new file mode 100644 index 00000000..81998803 --- /dev/null +++ b/.github/workflows/plugin_issue.yml @@ -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 From 9e598cfa70cadb5b951da526e2840b68f2a2c17c Mon Sep 17 00:00:00 2001 From: hemengyang Date: Fri, 20 Nov 2020 00:36:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E5=BF=98=E8=AE=B0=E6=94=B9=20push?= =?UTF-8?q?=20=E7=9A=84=E8=A7=A6=E5=8F=91=E5=88=86=E6=94=AF=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/plugin_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_issue.yml b/.github/workflows/plugin_issue.yml index 81998803..6b91f4a3 100644 --- a/.github/workflows/plugin_issue.yml +++ b/.github/workflows/plugin_issue.yml @@ -3,7 +3,7 @@ name: 'Plugin Issue Bot' on: push: branches: - - main + - master issues: types: [opened, edited] pull_request: