Skip to content
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

fix #1841 get_user_issues #1842

Merged
merged 1 commit into from Mar 5, 2021
Merged

Conversation

yuyan7
Copy link
Contributor

@yuyan7 yuyan7 commented Feb 5, 2021

fix #1841 get_user_issues

get_user_issues method is now send request to /issues.

fix it send request to /user/issues.

@codecov-io
Copy link

Codecov Report

Merging #1842 (1b95a65) into master (34d097c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1842   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files          51       51           
  Lines        2677     2677           
=======================================
  Hits         2644     2644           
  Misses         33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34d097c...1b95a65. Read the comment docs.

@jobveldhuis
Copy link

There seems to be no reference to the endpoint you are calling in the Github documentation. The current endpoint of /issues however is mentioned and should work. Could you give me an example of code where getting issues is not working as expected?

@yuyan7
Copy link
Contributor Author

yuyan7 commented Feb 27, 2021

thanks reply.

refarence is this.

code example is #1481.

Issues that cannot be retrieved are
are from the private repository of the organization to which you belong.

@jobveldhuis
Copy link

Seems like I read over that part of the GH documentation. Just tested this and it seems to work as intended, will leave a review marking it approved and hope it will be merged soon by one of the maintainers!

@s-t-e-v-e-n-k s-t-e-v-e-n-k merged commit 7db1b0c into PyGithub:master Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot get user_issues
4 participants