You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GitHub Merged Pull Requests
2
2
3
-
Showcase your merged pull requests on GitHub.
3
+
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.
4
4
5
5
## Action Inputs
6
6
@@ -17,4 +17,8 @@ Path to generated file.
17
17
18
18
## Example
19
19
20
-
Check out the [example table](./examples/MERGED_PULL_REQUESTS.md) to see what the output of this action looks like. I use this action for [my profile README](https://github.com/yaph/yaph), where you find [a workflow definition](https://github.com/yaph/yaph/blob/main/.github/workflows/merged-pull-requests.yml) that shows how to use this action in your own repository.
20
+
Check out the [example table](./examples/MERGED_PULL_REQUESTS.md) to see what the output of this action looks like. I use this action for [my profile README](https://github.com/yaph/yaph), where you find [a workflow definition](https://github.com/yaph/yaph/blob/main/.github/workflows/merged-pull-requests.yml) that shows how to use this action in your own repository.
21
+
22
+
## TODO
23
+
24
+
* Paginate through the GitHub API results up to a limit that can be set in the workflow. Pull-requests welcome :wink:
0 commit comments