how to get the total of my Pull Requests merged in github account by curl #63474
Replies: 5 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.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
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