Skip to content

Commit 452e39c

Browse files
Merge pull request #1065 from sophiewigmore/release-reminder-fix
Fix for the release-reminder workflow
2 parents 7d9fa80 + f7f6467 commit 452e39c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-reminder.yml

-6
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
uses: actions/checkout@v3
5656
with:
5757
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
58-
ref: develop
5958
fetch-depth: 0
6059

6160
- name: Get Latest Version
@@ -82,11 +81,6 @@ jobs:
8281
8382
The ideal release date window for this buildpack starts on: ${{ steps.date.outputs.today }} and ends on ${{ steps.date.outputs.window_close_date }}.
8483
85-
${{ steps.php-specific.outputs.task }}
86-
* See [diff from latest version]("https://github.com/${{ github.repository }}/compare/${{ steps.latest-version.outputs.val }}..develop") and validate if a release is required.
87-
* Make sure the latest commit on `develop` has passed tests on the [CI](https://buildpacks.ci.cf-app.com/teams/main/pipelines/${{ github.event.repository.name }})
88-
* Refer [release instructions](https://github.com/pivotal-cf/tanzu-buildpacks/wiki/Releasing-CF-Buildpacks). (private link)
89-
9084
- name: Add issue to project
9185
id: issue-to-proj
9286
uses: paketo-buildpacks/github-config/actions/issue/add-to-project@main

0 commit comments

Comments
 (0)