Skip to content

Commit bfbe444

Browse files
authored
CI: Remove the 'add reaction' step from the format workflow (#3185)
1 parent f339678 commit bfbe444

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/format-command.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,3 @@ jobs:
4848
git commit -am "[format-command] fixes"
4949
git push
5050
fi
51-
52-
- name: Add reaction
53-
uses: peter-evans/create-or-update-comment@v4.0.0
54-
with:
55-
token: ${{ steps.generate-token.outputs.token }}
56-
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
57-
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
58-
reactions: hooray

0 commit comments

Comments
 (0)