Skip to content

github-actions: bump codecov/codecov-action from 4.3.0 to 4.3.1 in the minor-patch-dependencies group #134

github-actions: bump codecov/codecov-action from 4.3.0 to 4.3.1 in the minor-patch-dependencies group

github-actions: bump codecov/codecov-action from 4.3.0 to 4.3.1 in the minor-patch-dependencies group #134

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
# file-version: 1.0
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-22.04"
steps:
- uses: "dessant/reaction-comments@v4"
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