{"id":16259777,"url":"https://github.com/guilhem/rss-issues-action","last_synced_at":"2025-07-01T03:39:44.501Z","repository":{"id":40548585,"uuid":"264931746","full_name":"guilhem/rss-issues-action","owner":"guilhem","description":"create issues from a syndication feed (RSS or Atom).","archived":false,"fork":false,"pushed_at":"2024-07-08T15:11:50.000Z","size":170,"stargazers_count":21,"open_issues_count":13,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-20T19:29:10.327Z","etag":null,"topics":["atom","github-actions","hacktoberfest","issues","rss","syndication"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/rss-issues","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guilhem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-18T12:24:33.000Z","updated_at":"2024-11-30T16:06:41.000Z","dependencies_parsed_at":"2024-06-18T22:55:58.637Z","dependency_job_id":"7717e39c-57b7-4d00-93f7-06f3ab93dc51","html_url":"https://github.com/guilhem/rss-issues-action","commit_stats":{"total_commits":51,"total_committers":4,"mean_commits":12.75,"dds":"0.17647058823529416","last_synced_commit":"74cacbcc0b4d2cf0879b3141d6e0f87c32ca270a"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/guilhem/rss-issues-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Frss-issues-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Frss-issues-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Frss-issues-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Frss-issues-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilhem","download_url":"https://codeload.github.com/guilhem/rss-issues-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Frss-issues-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262891217,"owners_count":23380583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","github-actions","hacktoberfest","issues","rss","syndication"],"created_at":"2024-10-10T16:04:56.810Z","updated_at":"2025-07-01T03:39:44.477Z","avatar_url":"https://github.com/guilhem.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS issues action\n\nThis action create issues from a syndication feed (RSS or Atom).\n\n## Inputs\n\n### `repo-token`\n\n**Required** the GITHUB_TOKEN secret.\n\n### `feed`\n\n**Required** URL of the rss.\n\n### `prefix`\n\nPrefix added to issues.\n\n### `lastTime`\n\nLimit items date.\n\n### `labels`\n\nLabels to add, comma separated.\n\n### `dry-run`\n\nLog issue creation but do nothing\n\n### `aggregate`\n\nAggregate all items in a single issue\n\n### `characterLimit`\n\nLimit size of issue content\n\n### `titleFilter`\n\nDon't create an issue if the title matches the specified regular expression ([go regular expression syntax](https://github.com/google/re2/wiki/Syntax))\n\n### `contentFilter`\n\nDon't create an issue if the content matches the specified regular expression ([go regular expression syntax](https://github.com/google/re2/wiki/Syntax))\n\n## Outputs\n\n### `issues`\n\nIssues number, comma separated.\n\n## Example\n\n### step\n\n```yaml\nuses: guilhem/rss-issues-action\nwith:\n  repo-token: ${{ secrets.GITHUB_TOKEN }}\n  feed: \"https://cloud.google.com/feeds/kubernetes-engine-release-notes.xml\"\n```\n\n### complete\n\n```yaml\nname: rss\n\non:\n  schedule:\n    - cron: \"0 * * * *\"\n\njobs:\n  gke-release:\n    runs-on: ubuntu-latest\n    steps:\n      - name: rss-issues\n        uses: guilhem/rss-issues-action@0.5.2\n        with:\n          repo-token: ${{ secrets.GITHUB_TOKEN }}\n          feed: \"https://cloud.google.com/feeds/kubernetes-engine-release-notes.xml\"\n          prefix: \"[GKE]\"\n          characterLimit: \"255\"\n          dry-run: \"false\"\n          lastTime: \"92h\"\n          labels: \"liens/Kubernetes\"\n```\n\n### Real Usage\n\n- [Create information feed](https://github.com/p7t/actus/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhem%2Frss-issues-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilhem%2Frss-issues-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhem%2Frss-issues-action/lists"}