Skip to content

feat(mito): Add WriteCache struct and write SSTs to write cache #28

feat(mito): Add WriteCache struct and write SSTs to write cache

feat(mito): Add WriteCache struct and write SSTs to write cache #28

Workflow file for this run

name: "PR Doc Labeler"
on:
pull_request:
types: [opened, edited]
permissions:
pull-requests: write
contents: read
jobs:
triage:
if: ${{ github.repository == 'GreptimeTeam/greptimedb' }}
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/doc-label-config.yml
enable-versioned-regex: false
repo-token: ${{ github.token }}