There was an error while loading. Please reload this page.
1 parent 5b358ea commit 7d0d2a8Copy full SHA for 7d0d2a8
1 file changed
.github/workflows/latest-changes.yml
@@ -36,11 +36,7 @@ jobs:
36
# To allow latest-changes to commit to the default branch
37
token: ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
38
persist-credentials: true # required by tiangolo/latest-changes
39
- - uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1
+ - uses: tiangolo/latest-changes@8a940392f4c65274539453a5d5a76d9550203ac1 # 0.7.1
40
with:
41
token: ${{ secrets.GITHUB_TOKEN }}
42
- latest_changes_file: ./release-notes.md
43
- latest_changes_header: "## Latest Changes"
44
- end_regex: "^## "
45
debug_logs: true
46
- label_header_prefix: "### "
0 commit comments