mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-16 00:08:59 -04:00
Only include contributors with at least 5 commits
This commit is contained in:
1 parent
ffe6236c2d
commit
89ea86e795
1 file changed
+2
-1
@@ -28,9 +28,10 @@ jobs:
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Update contributors
|
||||
id: update_contributors
|
||||
uses: TheLastProject/contributors-to-file-action@v3.0.2
|
||||
uses: TheLastProject/contributors-to-file-action@v3.2.0
|
||||
with:
|
||||
file_in_repo: app/src/main/res/raw/contributors.txt
|
||||
min_commit_count: 5
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5.0.2
|
||||
with:
|
||||
|
||||
Reference in new issue
Block a user