Skip to content

Commit

Permalink
fix: Update add-quarterly-gh-requests.yml (#934)
Browse files Browse the repository at this point in the history
It was previously matching any day in the given months instead of
on the first day of each matching month.  This is what was causing so
many tickets to get created.
  • Loading branch information
Feanil Patel authored Oct 12, 2023
1 parent d9880cb commit bf23b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-quarterly-gh-requests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create quarterly issues
on:
schedule:
- cron: 0 0 * 1,4,7,10 *
- cron: 0 0 1 1,4,7,10 *
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit bf23b63

Please sign in to comment.