From 51e0f678df89712f340a0a561a87507c74cff1d5 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Mon, 13 Jan 2025 17:37:10 +0100 Subject: [PATCH] Discontinue the 1.11 branch --- .github/workflows/update_ci.yml | 31 ------------------------------- template_config.yml | 2 -- 2 files changed, 33 deletions(-) diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 90eeb195..4663df09 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_file" - ref: "1.11" - - - name: "Run update" - working-directory: "pulp_file" - 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_1_11" - with: - token: "${{ secrets.RELEASE_TOKEN }}" - path: "pulp_file" - committer: "pulpbot " - author: "pulpbot " - title: "Update CI files for branch 1.11" - branch: "update-ci/1.11" - base: "1.11" - delete-branch: true - - name: "Mark PR automerge" - working-directory: "pulp_file" - run: | - gh pr merge --rebase --auto "${{ steps.create_pr_1_11.outputs.pull-request-number }}" - if: "steps.create_pr_1_11.outputs.pull-request-number" - env: - GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" - continue-on-error: true - uses: "actions/checkout@v4" with: fetch-depth: 0 diff --git a/template_config.yml b/template_config.yml index d40e16a6..c4c7691c 100644 --- a/template_config.yml +++ b/template_config.yml @@ -51,7 +51,6 @@ stalebot_days_until_close: 30 stalebot_days_until_stale: 90 stalebot_limit_to_pulls: true supported_release_branches: -- '1.11' - '1.12' - '1.15' sync_ci: true @@ -64,4 +63,3 @@ test_performance: false test_reroute: false test_s3: false use_issue_template: true -