From 01b827ca11364d8993c663af7a34ffc61e1f2dd4 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 21 Dec 2025 03:06:15 +0000 Subject: [PATCH] Update CI files --- .github/workflows/update_ci.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 3933ea53..c93350cd 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -74,37 +74,6 @@ jobs: env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true - - uses: "actions/checkout@v4" - with: - fetch-depth: 0 - path: "pulp_python" - ref: "3.10" - - - name: "Run update" - working-directory: "pulp_python" - run: | - ../plugin_template/scripts/update_ci.sh --release - - - name: "Create Pull Request for CI files" - uses: "peter-evans/create-pull-request@v6" - id: "create_pr_3_10" - with: - token: "${{ secrets.RELEASE_TOKEN }}" - path: "pulp_python" - committer: "pulpbot " - author: "pulpbot " - title: "Update CI files for branch 3.10" - branch: "update-ci/3.10" - base: "3.10" - delete-branch: true - - name: "Mark PR automerge" - working-directory: "pulp_python" - run: | - gh pr merge --rebase --auto "${{ steps.create_pr_3_10.outputs.pull-request-number }}" - if: "steps.create_pr_3_10.outputs.pull-request-number" - env: - GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" - continue-on-error: true - uses: "actions/checkout@v4" with: fetch-depth: 0