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