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

index ffec5ee5e9cbcdebb5d62076bf33e27caea81e37..b9b550d5ea807726beb9d3759974e5becf4519db 100644 (file)
@@ -34,9 +34,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/en/docs/release-notes.md
-          latest_changes_header: '## Latest Changes\n\n'
+          latest_changes_header: '## Latest Changes'
+          end_regex: '^## '
           debug_logs: true
+          label_header_prefix: '### '