Skip to content

Commit 9888dab

Browse files
committed
Update description and add TODO
1 parent b61bc88 commit 9888dab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Merged Pull Requests
22

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.
44

55
## Action Inputs
66

@@ -17,4 +17,8 @@ Path to generated file.
1717

1818
## Example
1919

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

Comments
 (0)