feat: grafana postgresql data source query builder support #6281
Workflow file for this run
This file contains hidden or 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] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| cancel-in-progress: true | |
| jobs: | |
| docbot: | |
| runs-on: ubuntu-latest | |
| 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 }} |