From 05d4b522783cbb0f7bb42b260d162fbd592206aa Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Thu, 15 May 2025 13:16:53 -0400 Subject: [PATCH] chore: Delete .github/workflows/gitstream.yml --- .github/workflows/gitstream.yml | 49 --------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 .github/workflows/gitstream.yml diff --git a/.github/workflows/gitstream.yml b/.github/workflows/gitstream.yml deleted file mode 100644 index bcab7fae6..000000000 --- a/.github/workflows/gitstream.yml +++ /dev/null @@ -1,49 +0,0 @@ -# Code generated by gitStream GitHub app - DO NOT EDIT - -name: gitStream workflow automation - -on: - workflow_dispatch: - inputs: - client_payload: - description: The Client payload - required: true - full_repository: - description: the repository name include the owner in `owner/repo_name` format - required: true - head_ref: - description: the head sha - required: true - base_ref: - description: the base ref - required: true - installation_id: - description: the installation id - required: false - resolver_url: - description: the resolver url to pass results to - required: true - resolver_token: - description: Optional resolver token for resolver service - required: false - default: '' - -jobs: - gitStream: - timeout-minutes: 5 - # uncomment this condition, if you dont want any automation on dependabot PRs - # if: github.actor != 'dependabot[bot]' - runs-on: ubuntu-latest - name: gitStream workflow automation - steps: - - name: Evaluate Rules - uses: linear-b/gitstream-github-action@v1 - id: rules-engine - with: - full_repository: ${{ github.event.inputs.full_repository }} - head_ref: ${{ github.event.inputs.head_ref }} - base_ref: ${{ github.event.inputs.base_ref }} - client_payload: ${{ github.event.inputs.client_payload }} - installation_id: ${{ github.event.inputs.installation_id }} - resolver_url: ${{ github.event.inputs.resolver_url }} - resolver_token: ${{ github.event.inputs.resolver_token }}