- Notifications
You must be signed in to change notification settings - Fork899
chore: export pr funcs#164
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Pull Request Overview
This PR updates the pull request related functions so they are now exported. The changes include renaming functions in the server, test, and main pull request files to use PascalCase, and updating corresponding comments and test references.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
pkg/github/server.go | Updated tool function calls to use exported names. |
pkg/github/pullrequests_test.go | Updated test references to call the exported functions. |
pkg/github/pullrequests.go | Renamed function definitions and updated comments accordingly. |
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.
🚀
c85dd07
intomainUh oh!
There was an error while loading.Please reload this page.
Export the PR related funcs.