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

Remove deprecated files and stop supporting 2.2 #354

Merged
merged 1 commit into from
Feb 20, 2024
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
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
Loading