You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(release): open a python-sdk incorporation issue on each release
Adds a notify-python-sdk job (needs: release) that extracts the CHANGELOG
section for the released version and opens a tracking issue on
codellm-devkit/python-sdk so its codeanalyzer-python pin and integration can
be updated. Mirrors the homebrew job's cross-repo PAT pattern: needs a
SDK_ISSUE_TOKEN secret with Issues:write on python-sdk (the default
GITHUB_TOKEN cannot open issues cross-repo). Isolated in its own job so a
missing token does not affect the PyPI or GitHub Release steps.
0 commit comments