how to get the total of my Pull Requests merged in github account by curl #63474
Replies: 4 comments 4 replies
-
This command will first authenticate you with GitHub using your username and personal access token. Then, it will make a request to the GitHub API to get a list of your pull requests. The The output of the command will be a number that represents the total number of your pull requests that have been merged. For example, if the output is 10, then you have 10 pull requests that have been merged. |
Beta Was this translation helpful? Give feedback.
-
@nirav-gajera But it seems that it cannot retrieve the total number of merged pull requests from the private projects I have left or the projects that have been deleted and no longer exist. |
Beta Was this translation helpful? Give feedback.
-
Bit late to the party, but found another way to do it. |
Beta Was this translation helpful? Give feedback.
-
Hey Thanks a lot.... |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I need to get the total number of my pull requests that have been merged by curl. I have researched but can't do it, hope someone can help
Thank you !!!
Beta Was this translation helpful? Give feedback.
All reactions