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 810846a commit 9fb69c5Copy full SHA for 9fb69c5
.github/workflows/minimum-open-time.yml
@@ -1,8 +1,8 @@
1
name: PR Policy
2
+# scheduling only on PRs is not directly supported. See https://github.com/orgs/community/discussions/49960
3
on:
4
pull_request
5
workflow_dispatch
- # scheduling only on PRs is not directly supported. See https://github.com/orgs/community/discussions/49960
6
schedule
7
- cron: '0 0 * * *'
8
0 commit comments