Skip to content

Commit

Permalink
Add contributors list 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
gremo committed Jun 26, 2023
1 parent c39ff3a commit 528c0ad
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/contributors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Update contributors

on:
schedule:
- cron: '0 0 * * *'

workflow_dispatch:

jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
svgPath: contributors.svg
affiliation: all
includeBots: false
userNameHeight: 19
itemTemplate: >
<g transform="translate({{ x }}, {{ y }})">
<a xlink:href="{{{ url }}}" class="contributor-link" target="_blank" rel="nofollow sponsored" title="{{{ name }}}" id="{{{ name }}}">
<image width="{{ width }}" height="{{ height }}" xlink:href="{{{ avatar }}}" />
<text x="32" y="74" text-anchor="middle" alignment-baseline="middle" font-size="10">{{{ name }}}</text>
</a>
</g>
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ Some notes about upgrading to a major or minor version.

All types of contributions are encouraged and valued. See the [Contributing](CONTRIBUTING.md) guidelines, the community looks forward to your contributions!

[![Contributors list](https://raw.githubusercontent.com/gremo/nest-winston/master/contributors.svg)](https://github.com/gremo/nest-winston/graphs/contributors)

## License

This project is released under the under terms of the [ISC License](LICENSE).

0 comments on commit 528c0ad

Please sign in to comment.