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

Commit 2122f19

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
3636
return { author, number, labels };
3737
38-
- name: Debug Output
39-
run: echo "sendReminder: ${{ steps.check_reminder.outputs.sendReminder }}"
40-
41-
- name: Debug PR Info
42-
run: echo "labels: ${{ steps.pr_info.outputs.labels }}"
43-
4438
- name: Check if Reminder Needed
4539
id: check_reminder
4640
uses: actions/github-script@v7

0 commit comments

Comments
 (0)