Revert "Add tentative call-finalize.yml"

This reverts commit d88f2fbd07.
This commit is contained in:
Artem Bilan
2024-07-15 12:50:25 -04:00
parent d88f2fbd07
commit 686665ac43

View File

@@ -1,15 +0,0 @@
on:
workflow_dispatch:
inputs:
milestone:
description: 'Release version like 5.0.0-M1, 5.1.0-RC1, 5.2.0 etc.'
required: true
jobs:
finalize:
uses: spring-io/spring-github-workflows/.github/workflows/spring-finalize-release.yml@main
with:
milestone: ${{ inputs.milestone }}
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
SPRING_RELEASE_CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}