From 686665ac43bf91a9ff532b9d644a5bb506296cc7 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 15 Jul 2024 12:50:25 -0400 Subject: [PATCH] Revert "Add tentative `call-finalize.yml`" This reverts commit d88f2fbd075cb22fc49246227abe5ef080bedd7a. --- .github/workflows/call-finalize.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/call-finalize.yml diff --git a/.github/workflows/call-finalize.yml b/.github/workflows/call-finalize.yml deleted file mode 100644 index 253c1269..00000000 --- a/.github/workflows/call-finalize.yml +++ /dev/null @@ -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 }}