You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Describe the bug
When a commit is pushed and a commit author can't be resolved to a GitHub user, the comment this action posts to the issue uses the author name prepended with @. This can cause a notification to a completely random user.
To Reproduce git commit --author="ghost <ghost@example.invalid>"
Expected behavior
Please don't use an @ if you already know the text following it isn't a GitHub username.