Skip to content

Commit ed22232

Browse files
authored
👷 Upgrade latest-changes GitHub Action (#693)
1 parent dacc1fa commit ed22232

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/latest-changes.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ jobs:
3030
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
3131
with:
3232
limit-access-to-actor: true
33-
- uses: docker://tiangolo/latest-changes:0.0.3
33+
- uses: docker://tiangolo/latest-changes:0.2.0
34+
# - uses: tiangolo/latest-changes@main
3435
with:
3536
token: ${{ secrets.GITHUB_TOKEN }}
3637
latest_changes_file: docs/release-notes.md
37-
latest_changes_header: '## Latest Changes\n\n'
38+
latest_changes_header: '## Latest Changes'
39+
end_regex: '^## '
3840
debug_logs: true
41+
label_header_prefix: '### '

0 commit comments

Comments
 (0)