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 194351c commit 35b9d1cCopy full SHA for 35b9d1c
.github/workflows/lock.yaml
@@ -2,7 +2,7 @@ name: "Lock closed PRs"
2
3
on:
4
schedule:
5
- - cron: "0 3 * * *" # every day at 03:00 UTC
+ - cron: "0 3 * * 0" # every Sunday at 03:00 UTC
6
workflow_dispatch:
7
8
jobs:
build/target-repository/.github/workflows/lock.yaml
@@ -2,7 +2,7 @@ name: "Lock closed issues"
0 commit comments