archive
/
actioner
Archived
1
Fork 0

Move GitHub actions to separate todoist project

This commit is contained in:
Jake Howard 2019-03-06 15:09:22 +00:00
parent f599d82e9c
commit a7e2ba4d91
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -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]: