Skip to content

Commit

Permalink
Add: Contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Oct 31, 2023
1 parent 3e36ed9 commit 716858f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: contributors
run-name: "Contributors"

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: [README.md] Contribute List
uses: akhilmhdh/[email protected]
with:
image_size: 100
readme_path: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: [README-ZH.md] Contribute List
uses: akhilmhdh/[email protected]
with:
image_size: 100
readme_path: "README-ZH.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 716858f

Please sign in to comment.