Skip to content

Conversation

@dnorth98
Copy link
Contributor

@dnorth98 dnorth98 commented Dec 1, 2025

TIL that when a user leaves the org, deploys are assigned to the "Ghost" user! The triggering_actor becomes empty

'triggering_actor': None,

and everything becomes assigned to this special GH user called "ghost"

{'actor': {'avatar_url': 'https://avatars.githubusercontent.com/u/10137?v=4',
           'events_url': 'https://api.github.com/users/ghost/events{/privacy}',
           'followers_url': 'https://api.github.com/users/ghost/followers',
           'following_url': 'https://api.github.com/users/ghost/following{/other_user}',
           'gists_url': 'https://api.github.com/users/ghost/gists{/gist_id}',
           'gravatar_id': '',
           'html_url': 'https://github.com/ghost',
           'id': 10137,
           'login': 'ghost',
           'node_id': 'MDQ6VXNlcjEwMTM3',
           'organizations_url': 'https://api.github.com/users/ghost/orgs',
           'received_events_url': 'https://api.github.com/users/ghost/received_events',
           'repos_url': 'https://api.github.com/users/ghost/repos',
           'site_admin': False,
           'starred_url': 'https://api.github.com/users/ghost/starred{/owner}{/repo}',
           'subscriptions_url': 'https://api.github.com/users/ghost/subscriptions',
           'type': 'User',
           'url': 'https://api.github.com/users/ghost',
           'user_view_type': 'public'},

@dnorth98 dnorth98 requested a review from a team as a code owner December 1, 2025 18:52
@dnorth98 dnorth98 requested review from kevintylerstark, kwong0222, mkhinda29, phamtriduy and stairsj and removed request for a team December 1, 2025 18:52
@dnorth98 dnorth98 merged commit 6e0040c into main Dec 2, 2025
3 checks passed
@dnorth98 dnorth98 deleted the hotfix/dnorth/handle_ghost_users branch December 2, 2025 14:47
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.

3 participants