Add .gitea/workflows/remind.yaml
This commit is contained in:
parent
c05761bdc1
commit
e0be3c81e1
18
.gitea/workflows/remind.yaml
Normal file
18
.gitea/workflows/remind.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
name: 'check reminders'
|
||||
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '*/20 * * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
reminder:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: check reminders and notify
|
||||
uses: agrc/reminder-action@v1
|
Loading…
Reference in New Issue
Block a user