Skip to content

Commit

Permalink
update freeze date
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Dec 6, 2024
1 parent e9c445d commit feb95ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PRs reviews reminder
on:
schedule:
- cron: "0 8 * * 1-5"
- cron: '55 9 * * 1-5'
- cron: '58 9 * * 1-5'
workflow_dispatch:

jobs:
Expand All @@ -17,9 +17,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
freeze-date: '2024-12-02T18:00:00Z'
freeze-date: '2024-12-23T18:00:00Z'
- name: Reminder for standup
if: github.event.schedule == '55 9 * * 1-5'
if: github.event.schedule == '58 9 * * 1-5'
uses: Aniket-Engg/pr-reviews-reminder-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit feb95ac

Please sign in to comment.