Create reminder.yml

This commit is contained in:
Overtorment 2021-07-26 20:52:07 +01:00 committed by GitHub
parent b5b40a35d7
commit 070babc607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/reminder.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Pull request reviewer reminder
on:
schedule:
- cron: '*/5 * * * *'
jobs:
pull-request-reviewer-reminder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
- name: Build & run
run: |
npm install --production
./node_modules/.bin/ts-node src/main-pr-review-reminders.ts