From 8985af6718e669451892129d53c5b948ed3a5310 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Mon, 26 Jan 2026 14:10:29 +0100 Subject: [PATCH] ci: Use github-actions[bot] instead of Apify Release Bot Replace "Apify Release Bot" with "github-actions[bot]" as the commit author for automated commits in workflows. This aligns with GitHub's built-in bot user (https://github.com/features/actions) which is used consistently across our other repositories. The "Apify Release Bot" user doesn't actually exist, while github-actions[bot] is the standard GitHub Actions bot that appears as a proper GitHub user in commit history. Changes: - python_bump_and_update_changelog.yaml: Update author for changelog commits - check-execute-workflow-dist.yaml: Update author for dist rebuilds Email format explanation: The email 41898282+github-actions[bot]@users.noreply.github.com uses: - 41898282: Official user ID for the github-actions[bot] account - +github-actions[bot]: Bot name - @users.noreply.github.com: GitHub domain for bot/user accounts This ensures commits are properly attributed to github-actions[bot] with its avatar and profile link. Co-Authored-By: Claude Sonnet 4.5 --- .github/workflows/check-execute-workflow-dist.yaml | 4 ++-- .github/workflows/python_bump_and_update_changelog.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-execute-workflow-dist.yaml b/.github/workflows/check-execute-workflow-dist.yaml index 5e5ca85..2866a1f 100644 --- a/.github/workflows/check-execute-workflow-dist.yaml +++ b/.github/workflows/check-execute-workflow-dist.yaml @@ -38,7 +38,7 @@ jobs: - name: Commit and push if changed uses: EndBug/add-and-commit@v9 with: - author_name: Apify Release Bot - author_email: noreply@apify.com + author_name: github-actions[bot] + author_email: 41898282+github-actions[bot]@users.noreply.github.com message: "chore: rebuild execute-workflow dist [skip ci]" add: 'execute-workflow/dist/' diff --git a/.github/workflows/python_bump_and_update_changelog.yaml b/.github/workflows/python_bump_and_update_changelog.yaml index 89ac7a0..4d5fdb4 100644 --- a/.github/workflows/python_bump_and_update_changelog.yaml +++ b/.github/workflows/python_bump_and_update_changelog.yaml @@ -63,6 +63,6 @@ jobs: id: commit uses: EndBug/add-and-commit@v9 with: - author_name: Apify Release Bot - author_email: noreply@apify.com + author_name: github-actions[bot] + author_email: 41898282+github-actions[bot]@users.noreply.github.com message: "chore(release): Update changelog and package version [skip ci]"