From db8ba6cb683fde6a24adac11cf14a65a653b7494 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 17 Jul 2023 18:29:40 +0300 Subject: [PATCH] chore: remove buggy comment reaction from `deploy-pr.yaml` (#8555) --- .github/workflows/pr-deploy.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 0e06715aac..6f08b27c56 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -58,23 +58,6 @@ jobs: CODER_BASE_IMAGE_TAG: ghcr.io/coder/coder-preview-base:pr${{ steps.pr_number.outputs.PR_NUMBER }} CODER_IMAGE_TAG: ghcr.io/coder/coder-preview:pr${{ steps.pr_number.outputs.PR_NUMBER }} - - name: Find Deploy Comment - if: github.event_name == 'issue_comment' - uses: peter-evans/find-comment@v2 - id: fco - with: - issue-number: ${{ steps.pr_number.outputs.PR_NUMBER }} - comment-author: "github-actions[bot]" - body-includes: /deploy-pr - - - name: React with Rocket - if: github.event_name == 'issue_comment' - id: comment_ido - uses: peter-evans/create-or-update-comment@v3 - with: - comment-id: ${{ steps.fco.outputs.comment-id }} - reactions: rocket - - name: Find Comment uses: peter-evans/find-comment@v2 id: fc