From a92a54ccea0521a281f19000c3c10a500ae80013 Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Fri, 13 Oct 2023 22:16:01 -0700 Subject: [PATCH] move github config to pack unit --- src/interfaces/submission.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/interfaces/submission.ts b/src/interfaces/submission.ts index f74c923d8..c271843e5 100644 --- a/src/interfaces/submission.ts +++ b/src/interfaces/submission.ts @@ -10,6 +10,12 @@ export interface Pack { time_to_results: number; time_to_council?: number; // not used if council disabled contributor_role?: string; + github: { + [edition: string]: { // java and bedrock + repo: string; + org: string; + } + } } // just the channels