-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: liutianqi <[email protected]>
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: main | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
contrib-readme-job: | ||
runs-on: ubuntu-latest | ||
name: A job to automate contribute list in readme.md | ||
steps: | ||
- name: Contribute List | ||
uses: akhilmhdh/[email protected] | ||
with: | ||
# Size of square images in the stack | ||
image_size: 100 | ||
# Path of the readme file you want to update | ||
readme_path: "README.md " | ||
# To use github-id instead of profile name | ||
use_username: true | ||
# Number of columns in a row | ||
columns_per_row: 6 | ||
# Type of collaborators options: all/direct/outside | ||
collaborators: all | ||
# Commit message of the GitHub action | ||
commit_message: "👥 自动更新 README 中的贡献者信息" | ||
# Username on commit | ||
committer_username: iTanken | ||
# email id of committer | ||
committer_email: [email protected] | ||
# check if branch is protected | ||
auto_detect_branch_protection: true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters