Skip to content

Commit f25341a

Browse files
committed
Fix deprecated input reaction-type to reactions
1 parent d3b0f19 commit f25341a

11 files changed

+12
-12
lines changed

.github/workflows/autopep8-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
3636
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
3737
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
38-
reaction-type: hooray
38+
reactions: hooray

.github/workflows/black-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
4444
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
4545
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
46-
reaction-type: hooray
46+
reactions: hooray

.github/workflows/example-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
1414
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
15-
reaction-type: hooray
15+
reactions: hooray

.github/workflows/hello-workflow-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
2525
repository: ${{ github.event.inputs.repository }}
2626
comment-id: ${{ github.event.inputs.comment-id }}
27-
reaction-type: hooray
27+
reactions: hooray
2828

2929
- name: Create URL to the run output
3030
id: vars

.github/workflows/hello-world-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
1414
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
15-
reaction-type: hooray
15+
reactions: hooray
1616

1717
- name: Create URL to the run output
1818
id: vars

.github/workflows/hello-world-pr-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
3333
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
3434
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
35-
reaction-type: hooray
35+
reactions: hooray

.github/workflows/help-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
> /ping [\<args\> ...] | Echos back a list of arguments
2121
> /hello-world-local | Receive a greeting (local execution)
2222
> /ping-local [\<args\> ...] | Echos back a list of arguments (local execution)
23-
reaction-type: hooray
23+
reactions: hooray

.github/workflows/help-pr-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
> /hello-world | Commit a greeting from the world to hello-world.txt
1919
> /black | Format Python using [Black](https://github.com/psf/black)
2020
> /reset-demo | Reset the code formatting demo
21-
reaction-type: hooray
21+
reactions: hooray

.github/workflows/ping-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
1515
body: |
1616
>pong ${{ github.event.client_payload.slash_command.args.all }}
17-
reaction-type: hooray
17+
reactions: hooray

.github/workflows/rebase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
3333
body: |
3434
>Pull request successfully rebased
35-
reaction-type: hooray
35+
reactions: hooray
3636

3737
notRebaseable:
3838
if: github.event.client_payload.pull_request.rebaseable != true
@@ -46,4 +46,4 @@ jobs:
4646
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
4747
body: |
4848
>Pull request is not rebaseable
49-
reaction-type: hooray
49+
reactions: hooray

0 commit comments

Comments
 (0)