Skip to content

Commit

Permalink
chore(CI): limit locking of old PRs to run only on first day of the m…
Browse files Browse the repository at this point in the history
…onth (#25042)

chore(CI): Limit locking of old PRs to run only on first day of the month
  • Loading branch information
bsmth authored Mar 6, 2023
1 parent e8534d1 commit 102905e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Lock old issues and pull requests"
on:
schedule:
- cron: "49 11,23 * * *"
- cron: "0 9 1 * *"

jobs:
lock:
Expand Down

0 comments on commit 102905e

Please sign in to comment.