Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
feat: repo specific wallet support
Browse files Browse the repository at this point in the history
  • Loading branch information
me505 committed Sep 15, 2023
1 parent ff1f4d9 commit eb72031
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/utils/private.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,6 @@ export const getConfigSuperset = async (context: Context, type: "org" | "repo",
}
};

export interface WideLabel {
name: string;
}

export interface CommentIncentives {
elements: Record<string, number>;
totals: {
word: number;
};
}

export interface Incentives {
comment: CommentIncentives;
}

export interface CommandObj {
name: string;
enabled: boolean;
}

export interface MergedConfigs {
parsedRepo: WideRepoConfig | undefined;
parsedOrg: WideOrgConfig | undefined;
Expand Down

0 comments on commit eb72031

Please sign in to comment.