changelog-submit #445
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: changelog-submit | |
| on: | |
| workflow_run: | |
| workflows: [changelog-init] | |
| types: | |
| - completed | |
| permissions: {} | |
| jobs: | |
| submit: | |
| permissions: | |
| contents: write # commit the generated changelog file to the PR branch | |
| pull-requests: write # post the changelog comment on the PR | |
| id-token: write # OIDC token for the org-membership check on fork PRs | |
| packages: read # pull the docs-builder edge image from GHCR | |
| uses: elastic/docs-actions/.github/workflows/changelog-submit.yml@v1 |