sfkwww/Milkyway
Checks a PR request with a repository link that they fulfill certain activity requirements and then comments the results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token | yes | — |
| text | The text to be parsed | yes | — |
| min_stars | Minimum stars to pass | — | 0 |
| min_watchers | Minimum watchers to pass | — | 0 |
| min_contributors | Minimum contributors to pass | — | 0 |
| min_forks | Minimum forks to pass | — | 0 |
| min_commits | Minimum commits to pass | — | 0 |
| min_commits_last_year | Minimum commits within the last full year to pass | — | 0 |
| min_open_issues | Minimum issues to pass | — | 0 |
Outputs
| name | description |
|---|---|
| repo | repo name that was parsed |
| stars | Star stats |
| watchers | Watcher stats |
| contributors | Contributor stats |
| forks | Fork stats |
| commits | Commit stats |
| commits_last_year | Commits within the last year |
| open_issues | Issue stats |
| final_pass | If the workflow should pass or not |