Add last Github commits

Signed-off-by: Anthony Harivel <aharivel@redhat.com>
This commit is contained in:
Anthony Harivel
2024-05-18 11:51:44 +02:00
parent 7743664527
commit 90d718c186
4 changed files with 84 additions and 4 deletions

View File

@@ -836,6 +836,7 @@ Example:
repository: glanceapp/glance
pull-requests-limit: 5
issues-limit: 3
commits-limit: 3
```
Preview:
@@ -850,6 +851,7 @@ Preview:
| token | string | no | |
| pull-requests-limit | integer | no | 3 |
| issues-limit | integer | no | 3 |
| commits-limit | integer | no | 3 |
##### `repository`
The owner and repository name that will have their information displayed.
@@ -863,6 +865,9 @@ The maximum number of latest open pull requests to show. Set to `-1` to not show
##### `issues-limit`
The maximum number of latest open issues to show. Set to `-1` to not show any.
##### `commits-limit`
The maximum number of the lastest commit to show. Set to `-1` to not show any.
### Bookmarks
Display a list of links which can be grouped.