From 55c4971240dea8a7a5357fcb06205db075cf64c2 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 16 Feb 2024 13:21:54 -0500 Subject: [PATCH] Revert "Temporary release finalizer" This reverts commit 734ebfe87b44198a818cf4d6b319a89a32b2a194. --- .github/workflows/manual-finalize-release.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/manual-finalize-release.yml diff --git a/.github/workflows/manual-finalize-release.yml b/.github/workflows/manual-finalize-release.yml deleted file mode 100644 index 2b98a09c..00000000 --- a/.github/workflows/manual-finalize-release.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Finalize Release Manually - -on: - workflow_dispatch: - inputs: - milestone: - description: 'Milestone title, e.g 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.' - -jobs: - finalize-release: - permissions: - actions: write - contents: write - issues: write - - 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_SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }} \ No newline at end of file