-
Notifications
You must be signed in to change notification settings - Fork 181
feat: add support for GitHubRepoForkerTool #1968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for GitHubRepoForkerTool #1968
Conversation
4679dc7
to
c3b4cfd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I've left some comments!
integrations/github/src/haystack_integrations/components/connectors/github/repo_forker.py
Outdated
Show resolved
Hide resolved
integrations/github/src/haystack_integrations/tools/github/repo_forker_tool.py
Outdated
Show resolved
Hide resolved
|
57acc3a
to
47a1c1f
Compare
@mpangrazzi Can you please review it. |
8a8db43
to
4cd1b86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@srini047 there's a change still need to be reverted. Apart from this, everything else looks ok to me.
integrations/github/src/haystack_integrations/components/connectors/github/repo_forker.py
Outdated
Show resolved
Hide resolved
@mpangrazzi Can you help me unblock in this PR. Many cases are failing for GithubRepoForker. I wasn't able to debug the issue. |
integrations/github/src/haystack_integrations/components/connectors/github/repo_forker.py
Outdated
Show resolved
Hide resolved
integrations/github/src/haystack_integrations/tools/github/repo_forker_tool.py
Outdated
Show resolved
Hide resolved
@sjrl @mpangrazzi |
@sjrl @mpangrazzi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for you work!
Related Issues
Proposed Changes:
Added support for
GitHubRepoForkerTool
to the GitHub intergrations.How did you test it?
Added a test file to test the tool.
Notes for the reviewer
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.