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 18e58d6 commit 1525761Copy full SHA for 1525761
.github/workflows/minimum-open-time.yml
@@ -1,10 +1,10 @@
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
6
- schedule
7
- - cron: '0 0 * * *'
+ - pull_request
+ - workflow_dispatch
+ # scheduling only on PRs is not directly supported. See https://github.com/orgs/community/discussions/49960
+ - schedule:
+ - cron: '0 0 * * *' # once daily
8
9
jobs:
10
require-minimum-open-time:
0 commit comments