File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 58
58
CODER_BASE_IMAGE_TAG : ghcr.io/coder/coder-preview-base:pr${{ steps.pr_number.outputs.PR_NUMBER }}
59
59
CODER_IMAGE_TAG : ghcr.io/coder/coder-preview:pr${{ steps.pr_number.outputs.PR_NUMBER }}
60
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
+ if : github.event_name == 'issue_comment'
72
+ id : comment_ido
73
+ uses : peter-evans/create-or-update-comment@v3
74
+ with :
75
+ comment-id : ${{ steps.fco.outputs.comment-id }}
76
+ reactions : rocket
77
+
61
78
- name : Find Comment
62
79
uses : peter-evans/find-comment@v2
63
80
id : fc
You can’t perform that action at this time.
0 commit comments