Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 0de7522

Browse files
Updating workflow to send reminder and removing time dependency.
1 parent e89ac1b commit 0de7522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
3838
- name: Debug Output
3939
run: echo "sendReminder: ${{ steps.check_reminder.outputs.sendReminder }}"
40+
4041
- name: Debug PR Info
4142
run: echo "labels: ${{ steps.pr_info.outputs.labels }}"
43+
4244
- name: Check if Reminder Needed
4345
id: check_reminder
4446
uses: actions/github-script@v7

0 commit comments

Comments
 (0)