Adjusted source of QueryStringManager functions for flyout. #4383
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}} |