Skip to content

[navigation-next] fix: redirect to standard index pattern applications while nav group is enabled #1466

[navigation-next] fix: redirect to standard index pattern applications while nav group is enabled

[navigation-next] fix: redirect to standard index pattern applications while nav group is enabled #1466

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}}