Skip to content

Commit

Permalink
Merge pull request #403 from gitautoai/wes
Browse files Browse the repository at this point in the history
Add an owner 'Suchica' to exceptional owners
  • Loading branch information
hiroshinishio authored Dec 17, 2024
2 parents e795774 + d07e35b commit 31f723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def get_env_var(name: str) -> str:
DEFAULT_TIME = datetime(year=1, month=1, day=1, hour=0, minute=0, second=0)
EMAIL_LINK = "[info@gitauto.ai](mailto:info@gitauto.ai)"
ENV: str = get_env_var(name="ENV")
EXCEPTION_OWNERS = ["gitautoai", "Suchica", "hiroshinishio"]
IS_PRD: bool = ENV == "prod"
# Update here too: https://dashboard.stripe.com/test/products/prod_PokLGIxiVUwCi6
FREE_TIER_REQUEST_AMOUNT = 3
Expand All @@ -101,7 +102,6 @@ def get_env_var(name: str) -> str:
PRODUCT_ID_FOR_STANDARD = "prod_PqZFpCs1Jq6X4E" # https://dashboard.stripe.com/test/products/prod_PqZFpCs1Jq6X4E
OWNER_ID = -1
OWNER_NAME = "installation-test"
EXCEPTION_OWNERS = ["gitautoai", "hiroshinishio"]
OWNER_TYPE = "Organization"
TEST_EMAIL = "test@gitauto.ai"
TEST_REPO_NAME = "test-repo"
Expand Down

0 comments on commit 31f723a

Please sign in to comment.