We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin_repository_starred
plugin_repository_random
Originally posted by Andre601 August 5, 2022 I have an idea for 2 new options for the repository plugin I want to share:
plugin_repository_starred: <number> would display <number> amounts of repositories from your account, sorted by their star count.
plugin_repository_starred: <number>
<number>
Example config:
name: Featured repositories uses: lowlighter/metrics@latest with: filename: metrics.plugin.repositories.svg token: ${{ secrets.METRICS_TOKEN }} base: "" plugin_repositories: yes # Displays 3 repositories plugin_repositories_starred: 3
plugin_repository_random to display a random repository from your account.
name: Featured repositories uses: lowlighter/metrics@latest with: filename: metrics.plugin.repositories.svg token: ${{ secrets.METRICS_TOKEN }} base: "" plugin_repositories: yes # Displays 3 repositories plugin_repositories_random: yes ```</div>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #1174
Originally posted by Andre601 August 5, 2022
I have an idea for 2 new options for the repository plugin I want to share:
Most starred
plugin_repository_starred: <number>
would display<number>
amounts of repositories from your account, sorted by their star count.Example config:
Random
plugin_repository_random
to display a random repository from your account.Example config:
The text was updated successfully, but these errors were encountered: