Skip to content

Merge remote-tracking branch 'gh/210' into 210 #6

Merge remote-tracking branch 'gh/210' into 210

Merge remote-tracking branch 'gh/210' into 210 #6

# 监听 master 分支
on:
push:
branches:
- master
- 210
# action 名称
name: Auto add contributor
jobs:
# 任务
contrib-readme-en-job:
runs-on: ubuntu-latest
name: A job to auto add contributor in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}