Skip to content

Commit 7d0d2a8

Browse files
authored
⬆️ Upgrade latest-changes to 0.7.1 (#2389)
1 parent 5b358ea commit 7d0d2a8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/latest-changes.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636
# To allow latest-changes to commit to the default branch
3737
token: ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3838
persist-credentials: true # required by tiangolo/latest-changes
39-
- uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1
39+
- uses: tiangolo/latest-changes@8a940392f4c65274539453a5d5a76d9550203ac1 # 0.7.1
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
42-
latest_changes_file: ./release-notes.md
43-
latest_changes_header: "## Latest Changes"
44-
end_regex: "^## "
4542
debug_logs: true
46-
label_header_prefix: "### "

0 commit comments

Comments
 (0)