We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5b1fe commit 4998811Copy full SHA for 4998811
.github/workflows/pr-reminder.yml
@@ -3,7 +3,7 @@ name: PRs reviews reminder
3
on:
4
schedule:
5
- cron: "0 8 * * 1-5"
6
- - cron: '50 8 * * 1-5'
+ - cron: '52 9 * * 1-5'
7
workflow_dispatch:
8
9
jobs:
@@ -19,7 +19,7 @@ jobs:
19
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
20
freeze-date: '2025-07-21T18:00:00Z'
21
- name: Reminder for standup
22
- if: github.event.schedule == '50 8 * * 1-5'
+ if: github.event.schedule == '52 9 * * 1-5'
23
uses: Aniket-Engg/pr-reviews-reminder-action@master
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments