Move GitHub actions to separate todoist project
This commit is contained in:
parent
f599d82e9c
commit
a7e2ba4d91
1 changed files with 1 additions and 1 deletions
|
@ -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]:
|
||||
|
|
Reference in a new issue