Skip to content

feat: window sort supports where on fields and time index #2915

feat: window sort supports where on fields and time index

feat: window sort supports where on fields and time index #2915

Workflow file for this run

name: Follow Up Docs
on:
pull_request_target:
types: [opened, edited]
jobs:
docbot:
runs-on: ubuntu-20.04
permissions:
pull-requests: write
contents: read
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/setup-cyborg
- name: Maybe Follow Up Docs Issue
working-directory: cyborg
run: pnpm tsx bin/follow-up-docs-issue.ts
env:
DOCS_REPO_TOKEN: ${{ secrets.DOCS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}