Skip to content

Commit

Permalink
Update stale workflow to run on the 1st of every month
Browse files Browse the repository at this point in the history
  • Loading branch information
psousa50 committed Apr 15, 2024
1 parent 7187cfc commit 9735b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Close Stale Issues and PRs"

on:
schedule:
- cron: "0 0 * * *" # Runs every day at midnight
- cron: "0 0 1 * *" # 12:00 AM on the 1st of every month
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9735b6e

Please sign in to comment.