Skip to content

Commit d945668

Browse files
committed
Update CI files
1 parent fb6666c commit d945668

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
@@ -105,37 +105,6 @@ jobs:
105105
env:
106106
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
107107
continue-on-error: true
108-
- uses: "actions/checkout@v4"
109-
with:
110-
fetch-depth: 0
111-
path: "pulpcore"
112-
ref: "3.39"
113-
114-
- name: "Run update"
115-
working-directory: "pulpcore"
116-
run: |
117-
../plugin_template/scripts/update_ci.sh --release
118-
119-
- name: "Create Pull Request for CI files"
120-
uses: "peter-evans/create-pull-request@v6"
121-
id: "create_pr_3_39"
122-
with:
123-
token: "${{ secrets.RELEASE_TOKEN }}"
124-
path: "pulpcore"
125-
committer: "pulpbot <pulp-infra@redhat.com>"
126-
author: "pulpbot <pulp-infra@redhat.com>"
127-
title: "Update CI files for branch 3.39"
128-
branch: "update-ci/3.39"
129-
base: "3.39"
130-
delete-branch: true
131-
- name: "Mark PR automerge"
132-
working-directory: "pulpcore"
133-
run: |
134-
gh pr merge --rebase --auto "${{ steps.create_pr_3_39.outputs.pull-request-number }}"
135-
if: "steps.create_pr_3_39.outputs.pull-request-number"
136-
env:
137-
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
138-
continue-on-error: true
139108
- uses: "actions/checkout@v4"
140109
with:
141110
fetch-depth: 0

0 commit comments

Comments
 (0)