From 119463b72ac00cc39be5e248f6149c3eb26540a0 Mon Sep 17 00:00:00 2001 From: chengpeiquan Date: Mon, 28 Apr 2025 01:24:33 +0800 Subject: [PATCH] chore(ci): remove unused workflow --- .github/workflows/auto-pr.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/auto-pr.yml diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml deleted file mode 100644 index b3d8da4..0000000 --- a/.github/workflows/auto-pr.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Auto PR - -on: - push: - branches: [develop] - -jobs: - auto-pr: - runs-on: ubuntu-latest - steps: - # 获取目标分支源码 - - name: Checkout - uses: actions/checkout@v3 - with: - # 需要指定目标分支 - ref: main - # 重置源分支以便运用新的更改 - - name: Reset Develop Branch - run: | - git fetch origin develop:develop - git reset --hard develop - # 自动发起 PR - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 - with: - branch: develop - author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - title: 'chore: release next version' - commit-message: 'chore: release next version'