You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/release-reminder.yml
-6
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,6 @@ jobs:
55
55
uses: actions/checkout@v3
56
56
with:
57
57
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
58
-
ref: develop
59
58
fetch-depth: 0
60
59
61
60
- name: Get Latest Version
@@ -82,11 +81,6 @@ jobs:
82
81
83
82
The ideal release date window for this buildpack starts on: ${{ steps.date.outputs.today }} and ends on ${{ steps.date.outputs.window_close_date }}.
84
83
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 }})
0 commit comments