diff --git a/actioner/utils/__init__.py b/actioner/utils/__init__.py index bbb53f1..fb70824 100644 --- a/actioner/utils/__init__.py +++ b/actioner/utils/__init__.py @@ -3,7 +3,7 @@ from typing import Dict, Optional GH_REPO_TO_TODOIST = {} # type: Dict[str, int] -GH_ORG_TO_TODOIST = {"srobo": 2190856871} # type: Dict[str, int] +GH_ORG_TO_TODOIST = {"srobo": 2206772654} # type: Dict[str, int] def get_todoist_project_from_repo(repo_name: str) -> Optional[int]: