feat: show flow's mem usage in INFORMATION_SCHEMA.FLOWS #1939
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Follow Up Docs | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
permissions: | |
pull-requests: write | |
contents: read | |
jobs: | |
docbot: | |
runs-on: ubuntu-20.04 | |
timeout-minutes: 10 | |
steps: | |
- uses: actions/checkout@v4 | |
- 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 }} |