Skip to content

Read a field of a ROW column by descending it #2197

Read a field of a ROW column by descending it

Read a field of a ROW column by descending it #2197

Workflow file for this run

---

Check warning on line 1 in .github/workflows/pr_review.yml

View workflow run for this annotation

GitHub Actions / PR Review

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
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@761e093b8c1349cc07f21c1d681d3b30bf9e1999 # 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@761e093b8c1349cc07f21c1d681d3b30bf9e1999 # 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'