Sebastián Ramírez
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
5 deletions
-
.github/workflows/latest-changes.yml
|
|
|
@ -40,11 +40,7 @@ jobs: |
|
|
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
|
|
|
with: |
|
|
|
limit-access-to-actor: true |
|
|
|
- uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1 |
|
|
|
- uses: tiangolo/latest-changes@8a940392f4c65274539453a5d5a76d9550203ac1 # 0.7.1 |
|
|
|
with: |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
latest_changes_file: docs/en/docs/release-notes.md |
|
|
|
latest_changes_header: '## Latest Changes' |
|
|
|
end_regex: '^## ' |
|
|
|
debug_logs: true |
|
|
|
label_header_prefix: '### ' |
|
|
|
|