fix: update max iterations for React agent and enhance tool execution… #7568
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: OpenSearch Changelog Workflow | |
on: | |
pull_request_target: | |
types: [opened, reopened, edited] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
update-changelog: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Parse changelog entries and submit request for changset creation | |
uses: BigSamu/[email protected] | |
with: | |
token: ${{secrets.GITHUB_TOKEN}} | |
CHANGELOG_PR_BRIDGE_URL_DOMAIN: ${{secrets.CHANGELOG_PR_BRIDGE_URL_DOMAIN}} | |
CHANGELOG_PR_BRIDGE_API_KEY: ${{secrets.CHANGELOG_PR_BRIDGE_API_KEY}} |