Create reaction-comments.yml

This commit is contained in:
shamoon 2024-11-05 11:11:01 -08:00
parent c12a5c01f6
commit 7c3dcf20ef

20
.github/workflows/reaction-comments.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: 'Reaction Comments'
on:
issue_comment:
types: [created, edited]
pull_request_review_comment:
types: [created, edited]
schedule:
- cron: '0 0 * * *'
permissions:
actions: write
issues: write
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/reaction-comments@v4