diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 0b81fb227..1de420e63 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -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: