feat(plugins/notable): add issues, prs and relative stars badges (#841)

This commit is contained in:
Simon Lecoq
2022-02-04 05:44:40 +01:00
committed by GitHub
parent 850dce95aa
commit 0166b64986
8 changed files with 141 additions and 12 deletions

View File

@@ -63,3 +63,20 @@ inputs:
type: boolean
default: no
extras: yes
plugin_notable_types:
description: |
Contribution types filter
Use a combination of below values to include repositories where:
- `commit`: a commit on default branch was made
- `pull_request`: a pull request was opened
- `issue`: an issue was opened
type: array
format: comma-separated
default: commit
example: commit, pull_request
values:
- commit
- pull_request
- issue