zerocracy/judges-action
Scan a few GitHub repositories and build a Factbase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authentication token from www.zerocracy.com | yes | — |
| options | Command line options for the "judges" tool | no | — |
| repositories | Comma-separated list of masks that determine the repositories to manage | no | — |
| github-token | Authentication GitHub access token | no | ${{ github.token }} |
| verbose | Log as much debug information as possible | no | false |
| factbase | Path of the factbase file (also the name of the job in Zerocracy) | yes | default.fb |
| fail-fast | Stop after the first error | no | false |
| dry-run | Skip all judges, make no changes to the factbase | no | false |
| timeout | The number of minutes to spend on each judge | no | 10 |
| lifetime | The number of minutes to spend on the entire lifetime | no | 15 |
| cycles | How many update cycles to run (keep it under 10) | no | 2 |
| sqlite-cache | Path of the SQLite file with the cache of HTTP requests | no | http-cache.sqlite |
| bots | Comma-separated list of GitHub user logins to ignore | no | 0pdd,rultor |
Outputs
no outputs