We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6015319 commit dad4876Copy full SHA for dad4876
.github/workflows/pr-deploy.yaml
@@ -58,6 +58,23 @@ jobs:
58
CODER_BASE_IMAGE_TAG: ghcr.io/coder/coder-preview-base:pr${{ steps.pr_number.outputs.PR_NUMBER }}
59
CODER_IMAGE_TAG: ghcr.io/coder/coder-preview:pr${{ steps.pr_number.outputs.PR_NUMBER }}
60
61
+ - name: Find Deploy Comment
62
+ if: github.event_name == 'issue_comment'
63
+ uses: peter-evans/find-comment@v2
64
+ id: fco
65
+ with:
66
+ issue-number: ${{ steps.pr_number.outputs.PR_NUMBER }}
67
+ comment-author: "github-actions[bot]"
68
+ body-includes: /deploy-pr
69
+
70
+ - name: React with Rocket
71
72
+ id: comment_ido
73
+ uses: peter-evans/create-or-update-comment@v3
74
75
+ comment-id: ${{ steps.fco.outputs.comment-id }}
76
+ reactions: rocket
77
78
- name: Find Comment
79
uses: peter-evans/find-comment@v2
80
id: fc
0 commit comments