From e5fef55fc7d7a21a5929cdfbf5fd6c82b0e1c5b4 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Wed, 25 Aug 2021 23:30:41 +0200 Subject: [PATCH] Ignore bots --- .github/workflows/contributors-to-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 9eb65dd33..4359c3ebb 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -12,6 +12,6 @@ jobs: uses: actions/checkout@v2 - name: Update contributors id: update_contributors - uses: TheLastProject/contributors-to-file-action@v1.0.1 + uses: TheLastProject/contributors-to-file-action@v1.0.2 with: file_in_repo: app/src/main/res/raw/contributors.txt