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 2220249 commit 6b516ccCopy full SHA for 6b516cc
1 file changed
.github/workflows/latest-changes.yml
@@ -40,11 +40,7 @@ jobs:
40
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
41
with:
42
limit-access-to-actor: true
43
- - uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1
+ - uses: tiangolo/latest-changes@8a940392f4c65274539453a5d5a76d9550203ac1 # 0.7.1
44
45
token: ${{ secrets.GITHUB_TOKEN }}
46
- latest_changes_file: release-notes.md
47
- latest_changes_header: '## Latest Changes'
48
- end_regex: '^## '
49
debug_logs: true
50
- label_header_prefix: '### '
0 commit comments