From fff39ad746a035980c87f65949edc7de88702f88 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 31 Aug 2023 06:02:05 -0400 Subject: [PATCH] ci: remove GitHub workflow open-release-prs.yml (#83) --- .github/workflows/open-release-prs.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/open-release-prs.yml diff --git a/.github/workflows/open-release-prs.yml b/.github/workflows/open-release-prs.yml deleted file mode 100644 index cd6b23d7..00000000 --- a/.github/workflows/open-release-prs.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Open release PRs -on: - push: - branches: - - next - -jobs: - release: - name: release - if: github.ref == 'refs/heads/next' && github.repository == 'Finch-API/finch-api-python' - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - uses: stainless-api/trigger-release-please@v1 - id: release - with: - repo: ${{ github.event.repository.full_name }} - stainless-api-key: ${{ secrets.STAINLESS_API_KEY }} - branch-with-changes: next