From 53d14c38776d76f7402fd2def214f0c639a69be7 Mon Sep 17 00:00:00 2001 From: Chocolate1999 <2816778271@qq.com> Date: Tue, 23 Aug 2022 10:50:35 +0800 Subject: [PATCH] ci: add contributors ci --- .github/workflows/contributors.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..7b2e187 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,16 @@ +name: Contributors +on: + schedule: + - cron: '0 14 * * 0' # At 01:00 on Sunday. + push: + branches: + - master +jobs: + contributors: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/contributors-list@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + svgPath: CONTRIBUTORS.svg + round: true