Browse Source

⬆️ Upgrade latest-changes to 0.7.1 (#16077)

pull/16080/head
Sebastián Ramírez 1 week ago
committed by GitHub
parent
commit
24c2a9fdf9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/latest-changes.yml

6
.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: '### '

Loading…
Cancel
Save