Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 4 additions & 17 deletions .github/workflows/release_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,7 @@ jobs:
git config --local user.name "GitHub Actions"
git add .
git commit -m "Module Release prep v${{ steps.get_version.outputs.version }}"

- name: "Create pull Request"
uses: "peter-evans/create-pull-request@v5"
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Module Release prep v${{ steps.get_version.outputs.version }}"
branch: "release-prep"
delete-branch: true
title: "Release prep v${{ steps.get_version.outputs.version }}"
base: "main"
body: |
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 }}.
Please verify before merging:
- [ ] last [nightly](https://github.com/${{ github.repository }}/actions/workflows/nightly.yml) run is green
- [ ] [Changelog](https://github.com/${{ github.repository }}/blob/release-prep/CHANGELOG.md) is readable and has no unlabeled pull requests
- [ ] 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
labels: "maintenance"

- name: "Push changes"
run: |
git push origin release-prep