mxcl/Quine Recommended Repos for Git Things Done
Sends you open-source repos that you might be interested in contributing to, based on your previous GitHub activity.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| publish-in | Tells the action where to publish your repo recommendations. Either `porter-issue` (the default) or `separate-issue`. | — | porter-issue |
| run-cron | A cron schedule expression used by the action to determine if it should run. eg. '* * * * 1' will only run on mondays. Defaults to “always” (ie. `* * * * *`). | — | * * * * * |
| count | The number of repos to recommend. The default depends on the value of the `publish-in` parameter. The maximum is 10. | — | — |
| github-token | A GitHub Personal Access Token (PAT) needed by the Quine API. Required scopes: `repo: all` and `org: read` | yes | — |
| quine-access-token | Access token used to query Quine's API for you recommended repos. **Must be set to `secrets.QUINE_ACCESS_TOKEN`** | yes | — |
| quine-refresh-token | Refresh token that will be exchanged for a Quine access token after the latter expires. **Must be set to `secrets.QUINE_REFRESH_TOKEN`** | yes | — |
Outputs
no outputs