# invite-gate allowlist (example)
#
# Copy this file to the real config location and edit it, or just run
# `invite-gate allow <login>` and let invite-gate create it for you:
#
#   ${XDG_CONFIG_HOME:-~/.config}/invite-gate/allowlist.txt
#
# One GitHub login per line. Invitations from these senders are
# auto-accepted by `invite-gate run`. Everyone else is left pending
# for you to review manually (see `invite-gate status`).
#
# - Lines starting with # are comments; trailing comments are allowed.
# - Blank lines are ignored.
# - Matching is case-insensitive.
# - Bot senders look like "some-app[bot]" -- the brackets are part of
#   the login, include them exactly as shown by `invite-gate status`.
#
# Wildcards (e.g. "*") are NOT supported, on purpose: this tool exists
# to auto-accept only senders you have explicitly reviewed and trusted,
# never "everyone". A literal "*" here will just never match anyone.

# your-teammate
# some-org
# some-app[bot]
