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 1525761 commit e3ee2d6Copy full SHA for e3ee2d6
.github/workflows/minimum-open-time.yml
@@ -1,10 +1,10 @@
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:
7
- - cron: '0 0 * * *' # once daily
+ schedule:
+ - cron: '0 0 * * *' # once daily
8
9
jobs:
10
require-minimum-open-time:
0 commit comments