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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
SDK
Changes
lookout-sdk now prints the comments to stdout, in JSON format (#601).
Each comment is a new JSON line, which means you can run something like:
lookout-sdk review > comments.jsonl
Each comment contains the field "analyzer-name":"test-analyzer" (#632).
This way the comments are more similar to the real comments produced by lookoutd.
Server
Changes
Logs use the repository field name consistently, instead of repo and repository (#569).
Bug Fixes
Fix a bug on the GitHub token permissions check introduced in v0.10.0 (#628).