parent
c05761bdc1
commit
1f7aa52189
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