Skip to content

Commit f5b2162

Browse files
authored
use github status updater (#38)
* use github status updater * workaround * use rusn syntax * use with * use with * use with * update sha * use arg * hack the context * hack the context * dispatch commands to actions * move reactions to upstream
1 parent 63d4162 commit f5b2162

File tree

2 files changed

+2
-118
lines changed

2 files changed

+2
-118
lines changed

.github/workflows/chatops.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,10 @@ jobs:
2828
with:
2929
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
3030
reaction-token: ${{ secrets.GITHUB_TOKEN }}
31+
repository: cloudposse/actions
3132
commands: test
3233
permission: none
3334
issue-type: pull-request
3435
reactions: false
3536

36-
- name: "Add reaction"
37-
uses: cloudposse/actions/github/[email protected]
38-
with:
39-
comment-id: ${{ github.event.comment.id }}
40-
token: ${{ secrets.GITHUB_TOKEN }}
41-
reaction-type: "+1"
37+

.github/workflows/test.yml

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)