Skip to content

check-pr-thumbs-up #206

check-pr-thumbs-up

check-pr-thumbs-up #206

name: check-pr-thumbs-up
on:
schedule:
- cron: '0 5 * * *' # Runs daily at 10:00 PM MST (5:00 AM UTC next day)
- cron: '0 13 * * *' # Runs daily at 6:00 AM MST (1:00 PM UTC)
- cron: '0 19 * * *' # Runs daily at 12:00 PM MST (7:00 PM UTC)
permissions: read-all
jobs:
check-pr-thumbs-up:
name: check-pr-thumbs-up
permissions:
contents: read
pull-requests: write
issues: write
uses: mindbuttergold/github-actions-reusable-workflows/.github/workflows/reactions-based-pr-label.yaml@v2
with:
reaction: "+1"
reaction-count: 5
label: "community-approved"