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
Whoever operates a deployment is not necessarily an admin on every repository
the bot is installed on, so the bot would refuse their commands. Let a
deployment name a set of users who are trusted everywhere.
SUPERUSERS is a comma separated list of GitHub usernames, tolerating a
leading @ so a value can be pasted straight from a mention, and compared case
insensitively. The check short-circuits `Session._get_permission`, which is
the single point both the direct scope check and the cross-repository
`has_permission` check go through, and it answers without calling GitHub.
Unset by default, in which case nobody is treated specially.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Mj75Ckx8LdU8sQCgfyyERG
0 commit comments