Create contributors.yml

pull/28/head
HAHWUL 2020-11-26 19:51:04 +09:00 committed by GitHub
parent cf7541ff09
commit 049ba32976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
.github/workflows/contributors.yml vendored Normal file
View File

@ -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