chore: 添加贡献值栏

This commit is contained in:
ChenZhaoYu
2023-02-15 16:45:34 +08:00
parent 52b43868eb
commit 2c3bc77eb2
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# 监听 master 分支
on:
push:
branches:
- main
# action 名称
name: Contributes
jobs:
# 任务
contrib-readme-en-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.4
env:
GITHUB_TOKEN: ${{ CONTRIBUTORS_TOKEN }}