actions-marketplace-validations/rss-to-issues
Create Issues from RSS/Atom feeds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 29, 2026
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/git-for-windows_rss-to-issues@af451ec6af77751b1a8ef090cfb38a14ba1c68c7 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GITHUB_TOKEN secret | yes | — |
| feed | URL of the RSS/Atom feed | yes | — |
| max-age | Only look at feed items younger than this | yes | — |
| prefix | Prefix added to the created issues' titles | — | — |
| labels | Labels to add, comma separated | — | — |
| dry-run | Log issue creation but do nothing | — | — |
| aggregate | Aggregate all items in a single issue | — | — |
| character-limit | Limit the issue contents' size | — | — |
| title-pattern | Limit to feed items whose titles match this regular expression | — | — |
| content-pattern | Limit to feed items whose contents match this regular expression | — | — |
| url-only | If set, only the URL is added to the issue body | no | false |
Outputs
| name | description |
|---|---|
| issues | issue IDs, comma separated |