Skip to content

Bring CalciteBinCommandIT and CalciteMultisearchCommandIT to parity on the analytics-engine route #1286

Bring CalciteBinCommandIT and CalciteMultisearchCommandIT to parity on the analytics-engine route

Bring CalciteBinCommandIT and CalciteMultisearchCommandIT to parity on the analytics-engine route #1286

Workflow file for this run

---
name: PR Review
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
Code-Diff-Analyzer:
uses: opensearch-project/opensearch-build/.github/workflows/code-diff-analyzer.yml@c2498b758c08fb7bc48476509a5fc1b8dd5f7493 # main
if: github.repository == 'opensearch-project/sql'
permissions:
id-token: write # github oidc to assume aws roles
pull-requests: write # to create or update comment (peter-evans/create-or-update-comment)
secrets:
BEDROCK_ACCESS_ROLE: ${{ secrets.BEDROCK_ACCESS_ROLE }}
with:
skip_diff_analyzer_with_label_name: 'skip-diff-analyzer'
update_pr_comment_with_analyzer_report: true
Code-Diff-Reviewer:
uses: opensearch-project/opensearch-build/.github/workflows/code-diff-reviewer.yml@c2498b758c08fb7bc48476509a5fc1b8dd5f7493 # main
needs: Code-Diff-Analyzer
if: github.repository == 'opensearch-project/sql'
permissions:
id-token: write # github oidc to assume aws roles
pull-requests: write # to create or update comment (peter-evans/create-or-update-comment)
secrets:
BEDROCK_ACCESS_ROLE: ${{ secrets.BEDROCK_ACCESS_ROLE }}
with:
skip_diff_reviewer_with_label_name: 'skip-diff-reviewer'