Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove reaction
  • Loading branch information
matifali authored Jul 17, 2023
commit defdd8ab923bfb505c98ac7a0573648ab90d9d95
8 changes: 0 additions & 8 deletions .github/workflows/pr-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +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: React with Rocket
if: github.event_name == 'issue_comment'
id: comment_ido
uses: peter-evans/create-or-update-comment@v3
with:
comment-id: ${{ github.event.comment.id }}
reactions: rocket

- name: Find Comment
uses: peter-evans/find-comment@v2
id: fc
Expand Down