From ef483b0d324da063a4527e9e5f6e07e66c5c332b Mon Sep 17 00:00:00 2001 From: hywax Date: Sat, 23 Mar 2024 01:22:12 +0500 Subject: [PATCH] ci: credits plan --- .github/workflows/credits.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/credits.yml diff --git a/.github/workflows/credits.yml b/.github/workflows/credits.yml new file mode 100644 index 0000000..29f27ff --- /dev/null +++ b/.github/workflows/credits.yml @@ -0,0 +1,23 @@ +name: Contributor Credits + +on: + schedule: + - cron: '0 1 * * 0' # At 01:00 on Sunday. + workflow_dispatch: + +jobs: + contributors: + runs-on: ubuntu-latest + steps: + - name: Update Contributors + uses: wow-actions/contributors-list@v1 + with: + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} + svgPath: docs/public/contributors.svg + affiliation: all + includeBots: false + excludeUsers: hywax-assistant + avatarSize: 96 + userNameHeight: 20 + svgWidth: 830 + commitMessage: 'chore: update CONTRIBUTORS'