archive
/
actioner
Archived
1
Fork 0

Rename repos

This commit is contained in:
Jake Howard 2019-08-29 08:34:33 +01:00
parent a7e2ba4d91
commit 80b985bf9b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from actioner.utils import get_todoist_project_from_repo
from actioner.utils.github import get_existing_task, get_issue_link
from actioner.utils.todoist import is_task_completed
REPOS = ["srobo/tasks", "srobo/core-team-minutes"]
REPOS = ["srobo/tasks", "srobo/competition-team-minutes"]
LABEL_TO_STATUS = {"must have": 4, "critical": 4, "should have": 2}

View File

@ -10,7 +10,7 @@ from actioner.utils.todoist import is_task_completed
logger = logging.getLogger(__name__)
REPOS = ["srobo/core-team-minutes"]
REPOS = ["srobo/competition-team-minutes"]
def pr_to_task_name(pr: PullRequest) -> str: