Skip to content

Commit c6e33f9

Browse files
authored
Merge pull request #606 from mhashizume/maint/main/changelog_nightly
(maint) Minor auto_release workflow fixes
2 parents bbedba6 + 41033b2 commit c6e33f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ jobs:
5252
git config --local user.email "${{ github.repository_owner }}@users.noreply.github.com"
5353
git config --local user.name "GitHub Action"
5454
git add .
55-
git commit -m "Release prep v${{ steps.gv.outputs.ver }}"
55+
git commit -m "(packaging) Release prep v${{ steps.gv.outputs.ver }}"
5656
5757
- name: Create Pull Request
5858
id: cpr
5959
uses: puppetlabs/peter-evans-create-pull-request@v3
6060
if: ${{ github.repository_owner == 'puppetlabs' }}
6161
with:
6262
token: ${{ secrets.GITHUB_TOKEN }}
63-
commit-message: "Release prep v${{ steps.gv.outputs.ver }}"
63+
commit-message: "(packaging) Release prep v${{ steps.gv.outputs.ver }}"
6464
branch: "release-prep"
6565
delete-branch: true
6666
title: "Release prep v${{ steps.gv.outputs.ver }}"
6767
body: |
6868
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 }}.
6969
Please verify before merging:
70-
- [ ] last [nightly](https://github.com/${{ github.repository }}/actions/workflows/nightly.yml) run is green
70+
- [ ] last [nightly](https://github.com/${{ github.repository }}/actions/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml) run is green
7171
- [ ] [Changelog](https://github.com/${{ github.repository }}/blob/release-prep/CHANGELOG.md) is readable and has no unlabeled pull requests
7272
- [ ] 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
7373
labels: "maintenance"

0 commit comments

Comments
 (0)