Skip to content

Commit

Permalink
Discontinue the 1.11 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg authored and ggainey committed Jan 13, 2025
1 parent 832632c commit 8dfefb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
author: "pulpbot <[email protected]>"
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
Expand Down
2 changes: 0 additions & 2 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -64,4 +63,3 @@ test_performance: false
test_reroute: false
test_s3: false
use_issue_template: true

0 comments on commit 8dfefb5

Please sign in to comment.