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

Commit 743c303

Browse files
Updating workflow to send reminder and removing time dependency.
1 parent 2122f19 commit 743c303

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
return { sendReminder: false };
5151
}
5252
53+
- name: Debug Output
54+
run: echo "sendReminder: ${{ steps.check_reminder.outputs.sendReminder }}"
55+
56+
- name: Debug PR Info
57+
run: echo "labels: ${{ steps.pr_info.outputs.labels }}"
58+
5359
- name: Send Reminder Comment
5460
if: ${{ steps.check_reminder.outputs.sendReminder == true }}
5561
uses: actions/github-script@v7

0 commit comments

Comments
 (0)