8000 fix: fix and complete reminder actions implementation · agrc/create-reminder-action@67da3fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 67da3fa

Browse files
committed
fix: fix and complete reminder actions implementation
1 parent 9a0548e commit 67da3fa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515

1616
steps:
1717
- name: 🔍 Check for reminder
18-
uses: agrc/reminder-action@v1
18+
uses: agrc/create-reminder-action@v1

.github/workflows/schedule.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'check reminders'
2+
3+
on:
4+
schedule:
5+
- cron: '0 * * * *'
6+
7+
permissions:
8+
issues: write
9+
10+
jobs:
11+
reminder:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: check reminders and notify
16+
uses: agrc/reminder-action@v1

0 commit comments

Comments
 (0)
0