Skip to content

Commit

Permalink
Merge pull request #1790 from nextcloud/fix/composer-action-reactions
Browse files Browse the repository at this point in the history
fix(ci): Bring back reactions on `/composer-update` command
  • Loading branch information
susnux committed Apr 5, 2024
2 parents fdacc26 + d74753c commit 4fd49fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/composer-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 4fd49fe

Please sign in to comment.