ras0q/Starred Releases Feed
Scan starred GitHub repositories and publish a daily Atom feed with release links.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub PAT with permission to read starred repositories and releases. | yes | — |
| state-path | Path to the scan and feed state file, relative to the calling repository root. | no | state.json |
| feed-path | Path for the generated Atom feed, relative to the calling repository root. | no | starred-releases.atom |
| feed-url | Public URL of the Atom feed for self/alternate links. | no | https://example.github.io/starred-releases.atom |
| html-path | Path for the generated HTML page, relative to the calling repository root. | no | starred-releases.html |
| html-url | Public URL of the HTML page linked from Atom entries. | no | https://example.github.io/starred-releases.html |
| author-name | Author name included in the Atom feed. | no | ras0q |
| author-uri | Author URI included in the Atom feed. | no | — |
| source-repo-url | Link to the starred-releases-feed repository shown on the HTML page. | no | https://github.com/ras0q/starred-releases-feed |
| max-runtime-minutes | Stop scanning after this many minutes and resume on the next run. | no | 10 |
| min-remaining-points | Stop scanning when GraphQL rate-limit remaining points fall to this value or below. | no | 100 |
| include-prereleases | Include prerelease versions in the feed. | no | false |
| include-drafts | Include draft releases in the feed. | no | false |
Outputs
| name | description |
|---|---|
| stopped-because | Why scanning stopped (complete, time, or rate-limit). |
| release-count | Number of release records merged during this run. |
| sealed-days | Total number of sealed UTC day buckets in state. |