[OSCI][FEAT] Changelog Project - PoC Changelog and release notes automation tool - OpenSearch Dashboards #41
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: Create Change Set | |
on: | |
pull_request: | |
types: [opened, edited] | |
paths-ignore: | |
- 'changelogs/fragments/**/*' | |
jobs: | |
update-changelog: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
issues: write | |
pull-requests: write | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Update Changelog | |
uses: BigSamu/OpenSearch_Change_Set_Create_Action@main | |
with: | |
token: ${{secrets.GITHUB_TOKEN}} | |
changeset_path: changelogs/fragments |