Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discontinue the 1.11 branch #1220

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading