PR reviewer reminder #1441
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR reviewer reminder | |
on: | |
schedule: | |
# Check reviews every weekday, 10:00 and 17:00 | |
- cron: '0 10,17 * * 1-5' | |
permissions: | |
pull-requests: write | |
jobs: | |
pull-request-reviewer-reminder: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tommykw/pull-request-reviewer-reminder-action@5d110f904528e96d48accfac688540e95cf382fe | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} # Required | |
reminder_message: 'One business day has passed since the review started. Give priority to reviews as much as possible. 🙏' # Required. Messages to send to reviewers on Github. | |
review_turnaround_hours: 24 # Required. This is the deadline for reviews. If this time is exceeded, a reminder wil be send. |