From 2030fe44619644169affd4b5fb0ed72317d2babd Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sun, 25 Jan 2026 10:28:54 +0100 Subject: [PATCH] Remove gradle-update-robot from contributors --- .github/workflows/contributors-to-file.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributors-to-file.yml b/.github/workflows/contributors-to-file.yml index 367c40acb..ef5b072b7 100644 --- a/.github/workflows/contributors-to-file.yml +++ b/.github/workflows/contributors-to-file.yml @@ -24,6 +24,8 @@ jobs: with: file_in_repo: app/src/main/res/raw/contributors.txt min_commit_count: 5 + - name: Remove gradle-update-robot from contributors (not a person) + run: "sed -i 's/^gradle-update-robot$/d' app/src/main/res/raw/contributors.txt" - name: Create Pull Request uses: peter-evans/create-pull-request@v8.0.0 with: