Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
2 deletions
-
.github/workflows/latest-changes.yml
|
@ -34,9 +34,12 @@ jobs: |
|
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
|
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
|
|
with: |
|
|
with: |
|
|
limit-access-to-actor: true |
|
|
limit-access-to-actor: true |
|
|
- uses: docker://tiangolo/latest-changes:0.0.3 |
|
|
- uses: docker://tiangolo/latest-changes:0.2.0 |
|
|
|
|
|
# - uses: tiangolo/latest-changes@main |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
latest_changes_file: docs/en/docs/release-notes.md |
|
|
latest_changes_file: docs/en/docs/release-notes.md |
|
|
latest_changes_header: '## Latest Changes\n\n' |
|
|
latest_changes_header: '## Latest Changes' |
|
|
|
|
|
end_regex: '^## ' |
|
|
debug_logs: true |
|
|
debug_logs: true |
|
|
|
|
|
label_header_prefix: '### ' |
|
|