From 049ba32976e59bd68b8f0b4f33193e22aa90fcd6 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Thu, 26 Nov 2020 19:51:04 +0900 Subject: [PATCH] Create contributors.yml --- .github/workflows/contributors.yml | 21 +++++++++++++++++++++ 1 file changed, 21 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..43c7c33 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,21 @@ +name: Contributors +on: + schedule: + - cron: '0 4 * * 0' + push: + branches: + - master + workflow_dispatch: + inputs: + logLevel: + description: 'manual run' + required: false + default: '' +jobs: + contributors: + runs-on: ubuntu-latest + steps: + - uses: bubkoo/contributors-list@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + round: true