Skip to content

A GitHub action to showcase your merged pull requests on GitHub.

License

Notifications You must be signed in to change notification settings

coderstats/github-action-merged-pull-requests

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Merged Pull Requests

Showcase your merged pull requests on GitHub. You can use this action in your profile repository to show which projects from other users and organizations you have contributed to. At this time your last 100 merged pull requests are retrieved.

Preview

Action Inputs

token (required)

Personal access token with read:user scope.

output

Path to generated file.

Example

Check out the example table to see what the output of this action looks like. I use this action for my profile README, where you find a workflow definition that shows how to use this action in your own repository.

TODO