Skip to content

Commit 9a8f556

Browse files
Updating github-config (#807)
1 parent c4bc827 commit 9a8f556

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-reminder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ jobs:
3232
if: github.repository == 'cloudfoundry/php-buildpack'
3333
run: |
3434
echo 'task=* Bump PHP modules. See [doc](https://github.com/cloudfoundry/buildpacks-ci/tree/master/scripts/php-modules#pre-buildpack-release-task)' >> "${GITHUB_OUTPUT}"
35+
echo 'title=Bump PHP Modules and ' >> "${GITHUB_OUTPUT}"
3536
3637
- name: File Issue
3738
id: file-issue
3839
uses: paketo-buildpacks/github-config/actions/issue/file@main
3940
with:
4041
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
4142
repo: ${{ github.repository }}
42-
issue_title: "Release: ${{ github.event.repository.name }} (${{ steps.month.outputs.month }})"
43+
issue_title: "${{ steps.php-specific.outputs.title }}Release: ${{ github.event.repository.name }} (${{ steps.month.outputs.month }})"
4344
issue_body: |
4445
Release reminder for ${{ github.event.repository.name }}
4546

0 commit comments

Comments
 (0)