Skip to content

Commit

Permalink
Drop 0.13 branch
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed May 14, 2024
1 parent 4b2a6de commit 82d1ba3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,33 +71,6 @@ jobs:
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_ansible"
ref: "0.13"

- name: "Run update"
working-directory: "pulp_ansible"
run: |
../plugin_template/scripts/update_ci.sh
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulp_ansible"
committer: "pulpbot <[email protected]>"
author: "pulpbot <[email protected]>"
title: "Update CI files for branch 0.13"
body: ""
branch: "update-ci/0.13"
base: "0.13"
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_ansible"
Expand Down
1 change: 0 additions & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ stalebot_days_until_close: 30
stalebot_days_until_stale: 90
stalebot_limit_to_pulls: true
supported_release_branches:
- '0.13'
- '0.15'
- '0.16'
- '0.18'
Expand Down

0 comments on commit 82d1ba3

Please sign in to comment.