From 528c0ad072ee83658abbf75be385a5673b4327b6 Mon Sep 17 00:00:00 2001 From: Marco Polichetti Date: Mon, 26 Jun 2023 09:34:08 +0000 Subject: [PATCH] =?UTF-8?q?Add=20contributors=20list=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/contributors.yaml | 26 ++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 28 insertions(+) create mode 100644 .github/workflows/contributors.yaml diff --git a/.github/workflows/contributors.yaml b/.github/workflows/contributors.yaml new file mode 100644 index 00000000..2b3386a8 --- /dev/null +++ b/.github/workflows/contributors.yaml @@ -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: > + + + + {{{ name }}} + + + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 83569c12..62d8045f 100644 --- a/README.md +++ b/README.md @@ -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).