alan-turing-institute/Missing License
Scans an organisation for public repositories without a license and opens issues to notify owners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | GitHub token or PAT with repo and issues write access | no | — |
| app_id | GitHub App ID (alternative to gh_token) | no | — |
| app_private_key | GitHub App private key PEM (alternative to gh_token) | no | — |
| app_installation_id | GitHub App installation ID | no | — |
| organization | GitHub organisation to scan | yes | — |
| issue_title | Title for issues opened on unlicensed repositories | no | Adding a licence to your repository |
| issue_body_path | Path to a markdown file used as the issue body. Supports {repo_name} placeholder. | no | "" |
| exempt_repos | Comma-separated list of repository names to skip | no | "" |
| dry_run | If true, log findings but do not open issues | no | false |
Outputs
no outputs