From 2096049708b50c387e3215d3ad369f0e8b4460ef Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:07:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=20pr=20=E7=9A=84=20workflow=20(#313)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create-pr-from-push.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/create-pr-from-push.yml diff --git a/.github/workflows/create-pr-from-push.yml b/.github/workflows/create-pr-from-push.yml deleted file mode 100644 index 7c0e8a5a0..000000000 --- a/.github/workflows/create-pr-from-push.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - push: - branches: - - 'pr@**' - - 'repr@**' - -name: 针对特定分支名自动创建 PR - -jobs: - generic_handler: - name: 自动创建 PR - runs-on: ubuntu-latest - steps: - - name: Create pull request - uses: jumpserver/action-generic-handler@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}