1.3.2 • Published 3 years ago

readme-repos-list v1.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

🖇️ README Repositories List

GitHub Action to list repositories in a README

Build CI Release CI Node CI

⭐ Usage

You can create your README.md file with some comments, where this action will add a list of repositories:

This is my fancy README

<!-- start: YOUR_STARTER -->...the list will be added here...<!-- end: YOUR_STARTER -->

Your README continues after the list

By default, "readme-repos-list" is the value for YOUR_STARTER. Then, add the workflow which runs, for example, every day:

name: README Repos List
on:
  schedule:
    - cron: "0 0 * * 1"
jobs:
  list:
    runs-on: ubuntu-latest
    steps:
      - name: Run readme-repos-list
        uses: koj-co/readme-repos-list@master
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          query: "Octocat in:readme"
          max: 10

This will create a README like so:

fnplus/Algorithms-Hacktoberfest NITSkmOS/Algorithms fnplus/interview-techdev-guide faroit/awesome-python-scientific-audio jlord/patchwork dzharii/awesome-typescript KotlinBy/awesome-kotlin alexpate/awesome-design-systems drone/drone 521xueweihan/HelloGitHub

Inputs

token (required)

Your GitHub token or personal access token. If you don't have a bot account, you should use the default ${{ secrets.GITHUB_TOKEN }}.

query (required)

Search query used to find repositories. See Constructing a search query on GitHub Docs for more information. An example query can look like:

Octocat in:readme user:koj-co

Optional inputs

InputDescription
ownerOwner of repository to commit to
repoName of repository to commit to
maxMaximum number of repositories to list
prefixContent to add before the list
weserv-queryImage manipulation query parameters
no-homepageLink to repository, not homepage
suffixContent to add at the end of the list
pathPath to file to update with content
startStarting comment to look for
endEnding comment
commit-messageUpdating file commit message
one-per-ownerShow only one repo per owner
sortSort repositories by this parameter
orderOrder by "asc" or "desc"

📄 License

  • Code: MIT © Koj
  • "GitHub" is a trademark of GitHub, Inc.
1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago