Skip to content

Commit

Permalink
Use plugin-template fork
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pedro-psb committed May 9, 2024
1 parent 790b410 commit 66e3c22
Showing 1 changed file with 9 additions and 114 deletions.
123 changes: 9 additions & 114 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
repository: "pulp/plugin_template"
repository: "pedro-psb/plugin_template"
path: "plugin_template"
ref: "changelog-to-markdown"

- uses: "actions/setup-python@v4"
with:
Expand All @@ -53,23 +54,8 @@ jobs:
working-directory: "pulpcore"
run: |
../plugin_template/scripts/update_ci.sh
git show HEAD
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulpcore"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch main"
body: ""
branch: "update-ci/main"
base: "main"
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand All @@ -80,23 +66,8 @@ jobs:
working-directory: "pulpcore"
run: |
../plugin_template/scripts/update_ci.sh
git show HEAD
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulpcore"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 3.53"
body: ""
branch: "update-ci/3.53"
base: "3.53"
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand All @@ -107,23 +78,8 @@ jobs:
working-directory: "pulpcore"
run: |
../plugin_template/scripts/update_ci.sh
git show HEAD
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulpcore"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 3.21"
body: ""
branch: "update-ci/3.21"
base: "3.21"
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand All @@ -134,23 +90,8 @@ jobs:
working-directory: "pulpcore"
run: |
../plugin_template/scripts/update_ci.sh
git show HEAD
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulpcore"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 3.22"
body: ""
branch: "update-ci/3.22"
base: "3.22"
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand All @@ -161,23 +102,8 @@ jobs:
working-directory: "pulpcore"
run: |
../plugin_template/scripts/update_ci.sh
git show HEAD
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulpcore"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 3.28"
body: ""
branch: "update-ci/3.28"
base: "3.28"
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand All @@ -188,23 +114,8 @@ jobs:
working-directory: "pulpcore"
run: |
../plugin_template/scripts/update_ci.sh
git show HEAD
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulpcore"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 3.39"
body: ""
branch: "update-ci/3.39"
base: "3.39"
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand All @@ -215,20 +126,4 @@ jobs:
working-directory: "pulpcore"
run: |
../plugin_template/scripts/update_ci.sh
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulpcore"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 3.49"
body: ""
branch: "update-ci/3.49"
base: "3.49"
commit-message: |
Update CI files
[noissue]
delete-branch: true
git show HEAD

0 comments on commit 66e3c22

Please sign in to comment.