8000 [enhance:#1021]: monthly partitioning of indices · lindb/lindb@f095d9d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[enhance:#1021]: monthly partitioning of indices #97

[enhance:#1021]: monthly partitioning of indices

[enhance:#1021]: monthly partitioning of indices #97

name: PR Title Checker
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
- labeled
- unlabeled
jobs:
check:
name: PR Title Checker
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.3.7
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/pr-title-checker-config.json"
0