From 0314803e0317c1e8ea4a7ca0e196b175401e2ef3 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 26 Nov 2024 14:03:57 +0000 Subject: [PATCH] Apply release blocker checks to cut branches workflow Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/release_prepare.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_prepare.yml b/.github/workflows/release_prepare.yml index b655bb4206..eb6eec2245 100644 --- a/.github/workflows/release_prepare.yml +++ b/.github/workflows/release_prepare.yml @@ -17,10 +17,18 @@ on: required: true type: boolean default: true -permissions: {} # Uses ELEMENT_BOT_TOKEN instead +permissions: {} jobs: + checks: + name: Sanity checks + permissions: + issues: read + pull-requests: read + uses: matrix-org/matrix-js-sdk/.github/workflows/release-make.yml@develop + prepare: runs-on: ubuntu-24.04 + needs: checks env: # The order is specified bottom-up to avoid any races for allchange REPOS: matrix-js-sdk element-web element-desktop