Skip to content

ci: run automation under Streamlit Bot instead of departed user - #75

Merged
sfc-gh-bnisco merged 1 commit into
mainfrom
ci/streamlitbot-automation-identity
Jul 28, 2026
Merged

ci: run automation under Streamlit Bot instead of departed user#75
sfc-gh-bnisco merged 1 commit into
mainfrom
ci/streamlitbot-automation-identity

Conversation

@sfc-gh-bnisco

@sfc-gh-bnisco sfc-gh-bnisco commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

The Update Bokeh scheduled workflow was attributing its generated commits to sfc-gh-kmcgrady, whose account has been deactivated. This repoints the automation identity at the Streamlit Bot account, matching how streamlit/streamlit and this repo's own release.yml already behave.

Before

  • Generated release commits were authored by 103003886+sfc-gh-kmcgrady@users.noreply.github.com (see Release 3.9.2 with Bokeh version 3.9.2 #74). peter-evans/create-pull-request defaults the commit author to github.actor, which for a scheduled run is the last user to have edited the cron schedule (a departed employee).
  • repo_meta.yaml point_of_contact set to @sfc-gh-kmcgrady.

After

  • The create-PR step explicitly pins author/committer to Streamlit Bot <core+streamlitbot-github@streamlit.io>, so generated commits no longer carry an individual's name regardless of who the scheduled-run actor is.
  • repo_meta.yaml point_of_contact set to @streamlit/eng.

No new secrets required: the PR is still opened by github-actions[bot] (never tied to the departed user), only the commit identity is pinned.

🤖 Generated with Claude Code

The Update Bokeh scheduled workflow attributed its generated commits to
sfc-gh-kmcgrady, whose account has been deactivated. peter-evans/create-pull-request
defaults the commit author to github.actor, and for a scheduled run that is
the last user to have edited the cron schedule.

Pin the commit author and committer to the Streamlit Bot identity already
used by release.yml so generated commits no longer carry an individual's
name. Also repoint repo_meta.yaml point_of_contact to the @streamlit/eng team.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@sfc-gh-bnisco
sfc-gh-bnisco marked this pull request as ready for review July 28, 2026 18:34

@sfc-gh-lmasuch sfc-gh-lmasuch left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@sfc-gh-bnisco
sfc-gh-bnisco merged commit f551e2c into main Jul 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants