Inactive PR reminder #276
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: "Inactive PR reminder" | |
on: | |
schedule: | |
# Run everyday at midnight | |
- cron: "0 0 * * *" | |
jobs: | |
inactive-pr-reminder: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: sojusan/github-action-reminder@v1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
reminder_message: "Two days have passed since the last activity. Please take care of this PR." | |
inactivity_deadline_hours: 48 | |
default_users_to_notify: | | |
@Sojusan | |
@mtracewicz |