Skip to content

Commit

Permalink
Merge pull request #37 from cloudfoundry/php-release-issue-fix
Browse files Browse the repository at this point in the history
edit PHP release reminder issue title
  • Loading branch information
sophiewigmore authored Jul 27, 2023
2 parents 34ba974 + 05dac35 commit ce3e397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildpack/.github/workflows/release-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
if: github.repository == 'cloudfoundry/php-buildpack'
run: |
echo 'task=* Bump PHP modules. See [doc](https://github.com/cloudfoundry/buildpacks-ci/tree/master/scripts/php-modules#pre-buildpack-release-task)' >> "${GITHUB_OUTPUT}"
echo 'title=Bump PHP Modules and ' >> "${GITHUB_OUTPUT}"
- name: File Issue
id: file-issue
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
issue_title: "Release: ${{ github.event.repository.name }} (${{ steps.month.outputs.month }})"
issue_title: "${{ steps.php-specific.outputs.title }}Release: ${{ github.event.repository.name }} (${{ steps.month.outputs.month }})"
issue_body: |
Release reminder for ${{ github.event.repository.name }}
Expand Down

0 comments on commit ce3e397

Please sign in to comment.