Skip to content

Commit

Permalink
github client (#734)
Browse files Browse the repository at this point in the history
* Update dependencies, integrate GitHubClient, and refactor GitHub script usage

* Add GitHub issues and comments listing methods, refine type definitions and formatting

* Rename `listComments` to `listIssueComments` in GitHub interface and implementation

* Add methods to list pull requests and review comments; update GitHub types

* Improve error handling and logging for GitHub workflow analysis in genai script

* Remove unnecessary braces from listPullRequestReviewComments method signature

* Add GitHub repository info retrieval to workflow script
  • Loading branch information
pelikhan authored Sep 27, 2024
1 parent 2c6cab4 commit 3308765
Show file tree
Hide file tree
Showing 27 changed files with 3,520 additions and 672 deletions.
3 changes: 1 addition & 2 deletions THIRD_PARTY_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,11 +1034,10 @@ Apache License

The following npm packages may be included in this product:

- @types/diff@5.2.2
- @types/http-cache-semantics@4.0.4
- @types/mute-stream@0.0.4
- @types/node@16.9.1
- @types/node@22.7.0
- @types/node@22.7.3
- @types/turndown@5.0.5
- @types/yauzl@2.10.3

Expand Down
184 changes: 168 additions & 16 deletions docs/genaisrc/genaiscript.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3308765

Please sign in to comment.