Skip to content

Commit

Permalink
Remove deprecated files and stop supporting 2.2
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
lubosmj committed Feb 20, 2024
1 parent 802508f commit 60b6740
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 233 deletions.
16 changes: 0 additions & 16 deletions .ci/scripts/tweet.py

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/scripts/create_release_from_tag.sh

This file was deleted.

177 changes: 0 additions & 177 deletions .github/workflows/scripts/release.py

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,32 +95,5 @@ jobs:
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_ostree"
ref: "2.2"

- name: "Run update"
working-directory: "pulp_ostree"
run: |
../plugin_template/scripts/update_ci.sh
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v4"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulp_ostree"
committer: "pulpbot <[email protected]>"
author: "pulpbot <[email protected]>"
title: "Update CI files for branch 2.2"
body: ""
branch: "update-ci/2.2"
base: "2.2"
commit-message: |
Update CI files
[noissue]
delete-branch: true
3 changes: 1 addition & 2 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ stalebot: true
stalebot_days_until_close: 30
stalebot_days_until_stale: 90
stalebot_limit_to_pulls: true
supported_release_branches:
- '2.2'
supported_release_branches: []
sync_ci: true
test_azure: true
test_cli: true
Expand Down

0 comments on commit 60b6740

Please sign in to comment.