File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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: '## '
You can’t perform that action at this time.
0 commit comments