Skip to content

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Jan 26, 2026

Summary

Replace "Apify Release Bot" with "github-actions[bot]" for automated commits. The Apify Release Bot user doesn't exist, while github-actions[bot] is GitHub's standard bot user used across our repositories.

Changes

  • Update commit author in python_bump_and_update_changelog.yaml
  • Update commit author in check-execute-workflow-dist.yaml
  • Use proper email format: 41898282+github-actions[bot]@users.noreply.github.com

🤖 Co-Authored-By: Claude Sonnet 4.5

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 <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Jan 26, 2026
@vdusek vdusek self-assigned this Jan 26, 2026
@vdusek vdusek requested a review from janbuchar January 26, 2026 13:23
@vdusek vdusek changed the title ci: Use github-actions[bot] instead of Apify Release Bot ci(python): Use github-actions[bot] instead of Apify Release Bot Jan 26, 2026
@vdusek vdusek merged commit 5d409a1 into main Jan 26, 2026
5 checks passed
@vdusek vdusek deleted the use-github-actions-bot branch January 26, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants