-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from MuhammadSaadSiddique/master
add contributors
- Loading branch information
Showing
2 changed files
with
37 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,21 @@ | ||
name: Contributor List | ||
on: | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
contributor_list: | ||
name: Contributor List | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- uses: docker://cjdenio/contributor_list:latest | ||
with: | ||
commit_message: 📝 Update contributors list | ||
# Max number of contributors to display on the README | ||
max_contributors: 1000 # Default: 10 | ||
# This enables showing contribution numbers on the README. | ||
# ⚠️ THIS WILL PUSH TO THE REPO AFTER EVERY COMMIT ⚠️ | ||
show_numbers: true # Default: false | ||
# Markdown heading level for the contributors section | ||
header_level: 3 # Default: 2 |
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