[navigation-next] fix: redirect to standard index pattern applications while nav group is enabled #1466
Workflow file for this run
This file contains 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}} |