sourcecred/SourceCred Action
Generate cred scores and an interface for your projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| automated | Push changes to the target branch. If set to false (the default) open a pull request with changes instead. | — | false |
| branch-against | If automated is set to false and we open a pull request, open the pull request against the branch specified here. This defaults to master. | — | master |
| project | A GitHub project alias (e.g., @sourcecred), meaning an organization or full repository. This variable is only used if project-file (suggested) is not provided. | yes | @${{ github.repository }} |
| project-file | the path to a file containing a project config | yes | — |
| scores-json | the relative path to save the scores.json. Defaults to scores.json | — | scores.json |
| target | an empty directory into which to build the site | no | docs |
| test-run | Don't open a pull request or push to a branch, this is a test run | — | false |
| weights | path to a json file which contains a weights configuration. | no | — |
| token | Auth token used to fetch the repository. | — | ${{ github.token }} |
Outputs
no outputs