From 11f2009e44b529126dd0b8c80249b9942f681763 Mon Sep 17 00:00:00 2001 From: Tanmoy Sarkar <57363826+tanmoysrt@users.noreply.github.com> Date: Thu, 16 May 2024 18:26:43 +0000 Subject: [PATCH] feat: /build command status fix --- .github/workflows/slash-build-command.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/slash-build-command.yml b/.github/workflows/slash-build-command.yml index d8aa0fc..c61f381 100644 --- a/.github/workflows/slash-build-command.yml +++ b/.github/workflows/slash-build-command.yml @@ -43,6 +43,7 @@ jobs: with: comment-id: ${{ github.event.comment.id }} reactions: "+1" + - name: Add reaction -1 id: add_reaction_2 if: ${{ steps.trigger_build.outcome == 'failure' || steps.checkargs.outcome == 'failure' }}