Skip to content

Commit

Permalink
Apply plugin template changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quba42 committed Feb 24, 2025
1 parent 36a79dc commit dc3a06c
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,37 +74,6 @@ jobs:
env:
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
continue-on-error: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_deb"
ref: "3.2"

- name: "Run update"
working-directory: "pulp_deb"
run: |
../plugin_template/scripts/update_ci.sh --release
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
id: "create_pr_3_2"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulp_deb"
committer: "pulpbot <[email protected]>"
author: "pulpbot <[email protected]>"
title: "Update CI files for branch 3.2"
branch: "update-ci/3.2"
base: "3.2"
delete-branch: true
- name: "Mark PR automerge"
working-directory: "pulp_deb"
run: |
gh pr merge --rebase --auto "${{ steps.create_pr_3_2.outputs.pull-request-number }}"
if: "steps.create_pr_3_2.outputs.pull-request-number"
env:
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
continue-on-error: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand Down Expand Up @@ -136,37 +105,6 @@ jobs:
env:
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
continue-on-error: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_deb"
ref: "3.4"

- name: "Run update"
working-directory: "pulp_deb"
run: |
../plugin_template/scripts/update_ci.sh --release
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
id: "create_pr_3_4"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulp_deb"
committer: "pulpbot <[email protected]>"
author: "pulpbot <[email protected]>"
title: "Update CI files for branch 3.4"
branch: "update-ci/3.4"
base: "3.4"
delete-branch: true
- name: "Mark PR automerge"
working-directory: "pulp_deb"
run: |
gh pr merge --rebase --auto "${{ steps.create_pr_3_4.outputs.pull-request-number }}"
if: "steps.create_pr_3_4.outputs.pull-request-number"
env:
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
continue-on-error: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand Down

0 comments on commit dc3a06c

Please sign in to comment.