Skip to content

composer(deps-dev): update mimmi20/coding-standard requirement from ^5.1.0 to ^5.1.2 #47

composer(deps-dev): update mimmi20/coding-standard requirement from ^5.1.0 to ^5.1.2

composer(deps-dev): update mimmi20/coding-standard requirement from ^5.1.0 to ^5.1.2 #47

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: 'Reaction Comments'
on:
issue_comment:
types:
- "created"
- "edited"
pull_request_review_comment:
types:
- "created"
- "edited"
permissions:
actions: write
issues: write
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/reaction-comments@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-comment: >
:wave: @{comment-author}, would you like to leave
a reaction instead?
pr-comment: >
:wave: @{comment-author}, would you like to leave
a reaction instead?
process-only: ''
log-output: false