We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacc1fa commit ed22232Copy full SHA for ed22232
.github/workflows/latest-changes.yml
@@ -30,9 +30,12 @@ jobs:
30
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
31
with:
32
limit-access-to-actor: true
33
- - uses: docker://tiangolo/latest-changes:0.0.3
+ - uses: docker://tiangolo/latest-changes:0.2.0
34
+ # - uses: tiangolo/latest-changes@main
35
36
token: ${{ secrets.GITHUB_TOKEN }}
37
latest_changes_file: docs/release-notes.md
- latest_changes_header: '## Latest Changes\n\n'
38
+ latest_changes_header: '## Latest Changes'
39
+ end_regex: '^## '
40
debug_logs: true
41
+ label_header_prefix: '### '
0 commit comments