From 8dcb1482bf456f38761705e4ed73807157a4515d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Wed, 2 Jul 2025 15:13:20 +0100 Subject: [PATCH] chore: new attempt --- .github/workflows/ai-flag-cleanup-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ai-flag-cleanup-pr.yml b/.github/workflows/ai-flag-cleanup-pr.yml index 31f97eac48..e24d25680d 100644 --- a/.github/workflows/ai-flag-cleanup-pr.yml +++ b/.github/workflows/ai-flag-cleanup-pr.yml @@ -147,8 +147,8 @@ jobs: APP_ID: ${{ secrets.UNLEASH_BOT_APP_ID }} run: | git config --global --add safe.directory "$GITHUB_WORKSPACE" - git config --global user.email "${APP_ID}+unleash-ai-flag-cleanup[bot]@users.noreply.github.com" - git config --global user.name "unleash-ai-flag-cleanup[bot]" + git config --global user.email "${APP_ID}+unleash-bot[bot]@users.noreply.github.com" + git config --global user.name "unleash-bot[bot]" - name: Install ripgrep run: sudo apt-get update && sudo apt-get install -y ripgrep @@ -226,7 +226,7 @@ jobs: ${{ inputs.api_key_env_name }}: ${{ secrets.api_key_env_value }} run: | mapfile -d '' FILES < <(cat "${{ steps.find_files.outputs.file_list }}") - aider --model "${{ inputs.model }}" --yes "${FILES[@]}" --message-file cleanup_prompt.txt \ + aider --model "${{ inputs.model }}" --yes "${FILES[@]}" --message-file cleanup_prompt.txt --no-attribute-author --no-attribute-committer \ | tee aider_output.txt SUMMARY=$(sed -n '/=== AI Flag Cleanup Summary Start ===/,/=== AI Flag Cleanup Summary End ===/{