From 51d3cdfd2d3b152f4342cb34b2fa326ae0eaab5a Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 3 Nov 2024 10:19:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20Open=20release=20PR=20s?= =?UTF-8?q?tep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f41dff8..caadcf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,20 +83,6 @@ jobs: git push \ --set-upstream origin "${RELEASE_BRANCH}" - - name: ⤴️ Open release PR - env: - GH_TOKEN: ${{ github.token }} - MAS_VERSION: ${{ needs.start.outputs.mas_version }} - RELEASE_BRANCH: ${{ needs.start.outputs.release_branch }} - run: | - gh pr create \ - --assignee phatblat \ - --base main \ - --draft \ - --head "${RELEASE_BRANCH}" \ - --title "🔖 Version ${MAS_VERSION}" \ - --body "This PR contains the changes from releasing version [${MAS_VERSION}](https://github.com/mas-cli/mas/releases/tag/${MAS_VERSION})." - pkg-installer: runs-on: macos-15 needs: [start, prepare-release]