Skip to content

Commit 70f2398

Browse files
committed
Update CI files
1 parent 121a04a commit 70f2398

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/update_ci.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -74,37 +74,6 @@ jobs:
7474
env:
7575
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
7676
continue-on-error: true
77-
- uses: "actions/checkout@v4"
78-
with:
79-
fetch-depth: 0
80-
path: "pulp_python"
81-
ref: "3.10"
82-
83-
- name: "Run update"
84-
working-directory: "pulp_python"
85-
run: |
86-
../plugin_template/scripts/update_ci.sh --release
87-
88-
- name: "Create Pull Request for CI files"
89-
uses: "peter-evans/create-pull-request@v6"
90-
id: "create_pr_3_10"
91-
with:
92-
token: "${{ secrets.RELEASE_TOKEN }}"
93-
path: "pulp_python"
94-
committer: "pulpbot <pulp-infra@redhat.com>"
95-
author: "pulpbot <pulp-infra@redhat.com>"
96-
title: "Update CI files for branch 3.10"
97-
branch: "update-ci/3.10"
98-
base: "3.10"
99-
delete-branch: true
100-
- name: "Mark PR automerge"
101-
working-directory: "pulp_python"
102-
run: |
103-
gh pr merge --rebase --auto "${{ steps.create_pr_3_10.outputs.pull-request-number }}"
104-
if: "steps.create_pr_3_10.outputs.pull-request-number"
105-
env:
106-
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
107-
continue-on-error: true
10877
- uses: "actions/checkout@v4"
10978
with:
11079
fetch-depth: 0

0 commit comments

Comments
 (0)