From 89ea86e7954608e18bc97aa9113d2ce04376b2a2 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Fri, 12 Jan 2024 12:05:06 +0100 Subject: [PATCH] Only include contributors with at least 5 commits --- .github/workflows/contributors-to-file.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: