Skip to content

Commit 6336d0b

Browse files
authored
Merge pull request #238 from puppetlabs/maint-update_release_prep
(maint) - update release prep
2 parents 2d540fa + 254fcca commit 6336d0b

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.github/workflows/release_prep.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,7 @@ jobs:
4747
git config --local user.name "GitHub Actions"
4848
git add .
4949
git commit -m "Module Release prep v${{ steps.get_version.outputs.version }}"
50-
51-
- name: "Create pull Request"
52-
uses: "peter-evans/create-pull-request@v5"
53-
with:
54-
token: ${{ secrets.GITHUB_TOKEN }}
55-
commit-message: "Module Release prep v${{ steps.get_version.outputs.version }}"
56-
branch: "release-prep"
57-
delete-branch: true
58-
title: "Release prep v${{ steps.get_version.outputs.version }}"
59-
base: "main"
60-
body: |
61-
Automated release-prep through [pdk-templates](https://github.com/puppetlabs/pdk-templates/blob/main/moduleroot/.github/workflows/auto_release.yml.erb) from commit ${{ github.sha }}.
62-
Please verify before merging:
63-
- [ ] last [nightly](https://github.com/${{ github.repository }}/actions/workflows/nightly.yml) run is green
64-
- [ ] [Changelog](https://github.com/${{ github.repository }}/blob/release-prep/CHANGELOG.md) is readable and has no unlabeled pull requests
65-
- [ ] Ensure the [changelog](https://github.com/${{ github.repository }}/blob/release-prep/CHANGELOG.md) version and [metadata](https://github.com/${{ github.repository }}/blob/release-prep/metadata.json) version match
66-
labels: "maintenance"
50+
51+
- name: "Push changes"
52+
run: |
53+
git push origin release-prep

0 commit comments

Comments
 (0)