abirismyname/GitHub Changelog Reader
Reads the GitHub Changelog RSS feed and creates GitHub issues for each new post
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for creating issues | yes | — |
| label | Label to add to created issues | no | changelog |
| store-location | File path to store the last processed entry ID | no | .github/last-changelog-guid.txt |
| issue-title-prefix | Prefix for issue titles | no | GitHub Changelog: |
| feed-url | URL to the GitHub Changelog RSS feed | no | https://github.blog/changelog/feed/ |
| auto-label | Automatically add labels from changelog-type and changelog-label categories | no | true |
Outputs
| name | description |
|---|---|
| issues-created | Number of new issues created |
| last-processed-guid | GUID of the last processed changelog entry |