From d74753cd25cd524b0138b3a455a2df4a2208f153 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 5 Apr 2024 14:55:59 +0200 Subject: [PATCH] fix(ci): Bring back reactions on `/composer-update` command In v4 of the action the option changed from `reaction-type` to `reactions` Signed-off-by: Ferdinand Thiessen --- .github/workflows/composer-auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/composer-auto.yml b/.github/workflows/composer-auto.yml index 06d73b4a7..28e133411 100644 --- a/.github/workflows/composer-auto.yml +++ b/.github/workflows/composer-auto.yml @@ -25,7 +25,7 @@ jobs: token: ${{ secrets.COMMAND_BOT_PAT }} repository: ${{ github.event.repository.full_name }} comment-id: ${{ github.event.comment.id }} - reaction-type: "+1" + reactions: "+1" - name: Init branch uses: xt0rted/pull-request-comment-branch@v2 @@ -82,4 +82,4 @@ jobs: token: ${{ secrets.COMMAND_BOT_PAT }} repository: ${{ github.event.repository.full_name }} comment-id: ${{ github.event.comment.id }} - reaction-type: "-1" + reactions: "-1"