Skip to content

Commit

Permalink
move github config to pack unit
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Oct 14, 2023
1 parent 3637384 commit a92a54c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/interfaces/submission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a92a54c

Please sign in to comment.