]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Upgrade latest-changes GitHub Action (#693)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 4 Nov 2023 01:42:52 +0000 (05:42 +0400)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 01:42:52 +0000 (01:42 +0000)
.github/workflows/latest-changes.yml

index 7e8403972dae21daa2b12b85f152fb6a7967b277..f77dffc074bf85bd9f0a2a3df80211b6348a273f 100644 (file)
@@ -30,9 +30,12 @@ jobs:
         if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
         with:
           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:
           token: ${{ secrets.GITHUB_TOKEN }}
           latest_changes_file: docs/release-notes.md
-          latest_changes_header: '## Latest Changes\n\n'
+          latest_changes_header: '## Latest Changes'
+          end_regex: '^## '
           debug_logs: true
+          label_header_prefix: '### '