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 da2e821 commit 49ef26bCopy full SHA for 49ef26b
.github/workflows/update-prs.yml
@@ -3,6 +3,8 @@ name: Update PRs
3
4
on:
5
push:
6
+ schedule:
7
+ - cron: "0 * * * *"
8
workflow_dispatch:
9
10
permissions:
0 commit comments