Skip to content

Commit 5ec0a34

Browse files
committed
👷 Debug latest-changes on CI
1 parent 2925b48 commit 5ec0a34

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

‎.github/workflows/latest-changes.yml‎

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request_target:
55
branches:
66
- main
7+
# TODO: fix this
8+
- debug-latest-changes
79
types:
810
- closed
911
workflow_dispatch:
@@ -24,11 +26,22 @@ jobs:
2426
with:
2527
# To allow latest-changes to commit to the main branch
2628
token: ${{ secrets.FASTAPI_VSCODE_LATEST_CHANGES }}
27-
- uses: tiangolo/latest-changes@0.4.1
29+
# TODO: remove this
30+
- name: Install uv
31+
uses: astral-sh/setup-uv@v7
32+
# TODO: remove this
33+
- name: Setup tmate session
34+
uses: mxschmitt/action-tmate@v3
2835
with:
29-
token: ${{ secrets.GITHUB_TOKEN }}
30-
latest_changes_file: release-notes.md
31-
latest_changes_header: '# Latest Changes'
32-
end_regex: '^## '
33-
debug_logs: true
34-
label_header_prefix: '## '
36+
limit-access-to-actor: true
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
# TODO: uncomment this
40+
# - uses: tiangolo/latest-changes@0.4.1
41+
# with:
42+
# token: ${{ secrets.GITHUB_TOKEN }}
43+
# latest_changes_file: release-notes.md
44+
# latest_changes_header: '# Latest Changes'
45+
# end_regex: '^## '
46+
# debug_logs: true
47+
# label_header_prefix: '## '

0 commit comments

Comments
 (0)