ecosystem_pin_active
Pin a repository to keep it permanently active, excluding it from removal queries and ensuring its status remains active even if scans miss it.
Instructions
Pin a repo to ensure it stays permanently active regardless of future scan results.
Pinned repos are excluded from the 'removed_from_query' count in index_update diffs and their last_active_status is always 'active' even if the fetcher misses them.
Use this for high-value repos you want to track regardless of GitHub query hits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Short explanation for pinning (stored for audit). | |
| repo_id | Yes | EcosystemRepoProfile.id of the target repo. | |
| project_id | No | Optional project scope override. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||