{"id":13703890,"url":"https://github.com/DenverCoderOne/readme-repos-list","last_synced_at":"2025-05-05T09:32:10.640Z","repository":{"id":44896263,"uuid":"337188682","full_name":"DenverCoderOne/readme-repos-list","owner":"DenverCoderOne","description":"🖇️ GitHub Action to list repositories in a README (fork of readme-repos-list by koj-co)","archived":false,"fork":true,"pushed_at":"2022-12-02T23:01:30.000Z","size":783,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-07T09:47:07.815Z","etag":null,"topics":["automation","github-actions","readme","readme-generator"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AnandChowdhary/readme-repos-list","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DenverCoderOne.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-08T19:38:02.000Z","updated_at":"2022-08-16T20:58:49.000Z","dependencies_parsed_at":"2023-01-04T12:26:56.220Z","dependency_job_id":null,"html_url":"https://github.com/DenverCoderOne/readme-repos-list","commit_stats":{"total_commits":154,"total_committers":7,"mean_commits":22.0,"dds":0.6948051948051948,"last_synced_commit":"4f7b1edeebd44552e777a6403c30d9a22e4c6f3a"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoderOne%2Freadme-repos-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoderOne%2Freadme-repos-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoderOne%2Freadme-repos-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenverCoderOne%2Freadme-repos-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenverCoderOne","download_url":"https://codeload.github.com/DenverCoderOne/readme-repos-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224439555,"owners_count":17311469,"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":["automation","github-actions","readme","readme-generator"],"created_at":"2024-08-02T21:01:01.368Z","updated_at":"2024-11-13T11:30:18.989Z","avatar_url":"https://github.com/DenverCoderOne.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# 🖇️ README Repositories List\n\nGitHub Action to list repositories in a README\n\n[![Build CI](https://github.com/DenverCoderOne/readme-repos-list/workflows/Build%20CI/badge.svg)](https://github.com/DenverCoderOne/readme-repos-list/actions?query=workflow%3A%22Build+CI%22)\n[![Node CI](https://github.com/DenverCoderOne/readme-repos-list/workflows/Node%20CI/badge.svg)](https://github.com/DenverCoderOne/readme-repos-list/actions?query=workflow%3A%22Node+CI%22)\n\n## ⭐ Usage\n\nYou can create your `README.md` file with some comments, where this action will add a list of repositories:\n\n```md\nThis is my fancy README\n\n\u003c!-- start: YOUR_STARTER --\u003e...the list will be added here...\u003c!-- end: YOUR_STARTER --\u003e\n\nYour README continues after the list\n```\n\nBy default, \"readme-repos-list\" is the value for `YOUR_STARTER`. Then, add the workflow which runs, for example, every day:\n\n```yaml\nname: README Repos List\non:\n  schedule:\n    # run every day at midnight\n    - cron: \"0 0 * * *\"\njobs:\n  list:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Run readme-repos-list\n        uses: DenverCoderOne/readme-repos-list@v2.0.0\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n          query: \"Octocat in:readme\"\n          max: 5\n```\n\nThis will create a README like so:\n\n\u003c!-- start: readme-repos-list --\u003e\n\u003c!-- This list is auto-generated using readme-repos-list --\u003e\n\u003c!-- Do not edit this list manually, your changes will be overwritten --\u003e\n* [awesome-design-systems](https://github.com/alexpate/awesome-design-systems) - 💅🏻 ⚒ A collection of awesome design systems\n\n* [awesome-kotlin](https://github.com/KotlinBy/awesome-kotlin) - A curated list of awesome Kotlin related stuff Inspired by awesome-java. \n\n* [Bombers](https://github.com/bhattsameer/Bombers) - SMS/Email/Whatsapp/Twitter/Instagram bombers Collection :bomb::bomb::bomb: :boom: Also added collection of some Fake SMS utilities which helps in skip phone number based SMS verification by using a temporary phone number that acts like a proxy.\n\n* [HelloGitHub](https://github.com/521xueweihan/HelloGitHub) - :octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.\n\n* [patchwork](https://github.com/jlord/patchwork) - All the Git-it Workshop completers! \n\n\u003c!-- end: readme-repos-list --\u003e\n\n### Inputs\n\n#### `token` (required)\n\nYour GitHub token or personal access token. If you don't have a bot account, you should use the default `${{ secrets.GITHUB_TOKEN }}`.\n\n#### `query` (required)\n\nSearch query used to find repositories. See [Constructing a search query](https://docs.github.com/en/free-pro-team@latest/rest/reference/search#constructing-a-search-query) on GitHub Docs for more information. An example query can look like:\n\n```\nOctocat in:readme user:DenverCoder1\n```\n\n#### Optional inputs\n\n| Input            | Description                            |\n| ---------------- | -------------------------------------- |\n| `owner`          | Owner of repository to commit to       |\n| `repo`           | Name of repository to commit to        |\n| `max`            | Maximum number of repositories to list |\n| `prefix`         | Content to add before the list         |\n| `suffix`         | Content to add at the end of the list  |\n| `path`           | Path to file to update with content    |\n| `start`          | Starting comment to look for           |\n| `end`            | Ending comment                         |\n| `commit-message` | Updating file commit message           |\n| `one-per-owner`  | Show only one repo per owner           |\n| `sort`           | Sort repositories by this parameter    |\n| `order`          | Order by \"asc\" or \"desc\"               |\n\n## 📄 License\n\n- Code: [MIT](./LICENSE) © 2020 [Koj](https://koj.co)\n- 2020-2022 [Jonah Lawrence](https://github.com/DenverCoder1)\n- \"GitHub\" is a trademark of GitHub, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDenverCoderOne%2Freadme-repos-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDenverCoderOne%2Freadme-repos-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDenverCoderOne%2Freadme-repos-list/lists"}