From 9ecbc982e30b549c27818d8bb08d57c0a5841a2d Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 21 Dec 2025 17:34:25 +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 68722d3f86..c210a0f61b 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -105,37 +105,6 @@ jobs: env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true - - uses: "actions/checkout@v4" - with: - fetch-depth: 0 - path: "pulpcore" - ref: "3.39" - - - name: "Run update" - working-directory: "pulpcore" - 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_39" - with: - token: "${{ secrets.RELEASE_TOKEN }}" - path: "pulpcore" - committer: "pulpbot " - author: "pulpbot " - title: "Update CI files for branch 3.39" - branch: "update-ci/3.39" - base: "3.39" - delete-branch: true - - name: "Mark PR automerge" - working-directory: "pulpcore" - run: | - gh pr merge --rebase --auto "${{ steps.create_pr_3_39.outputs.pull-request-number }}" - if: "steps.create_pr_3_39.outputs.pull-request-number" - env: - GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" - continue-on-error: true - uses: "actions/checkout@v4" with: fetch-depth: 0