Skip to content

Commit

Permalink
chore: remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Feb 7, 2024
1 parent ec9ffdb commit 58d7f29
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 4,627 deletions.
Empty file added libs/onebot/src/wechaty.ts
Empty file.
43 changes: 0 additions & 43 deletions src/github/service/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/im/commands/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,3 @@ export enum KnownRepo {
export const ISSUE_REGEX = /^#(?<number>\d+)$/;
export const REPO_REGEX =
/^(?<owner>[a-zA-Z0-9][a-zA-Z0-9\-]*)\/(?<repo>[a-zA-Z0-9_\-.]+)$/;

export enum TEAM_MEMBERS {
CONTRIBUTOR = 'contributor',
CORE_MEMBER = 'core-member',
MENTOR = 'mentor',
NONE = 'none',
}

export const TEAM_MEMBER_PR_REQUIREMENT = {
[TEAM_MEMBERS.CONTRIBUTOR]: 3,
[TEAM_MEMBERS.CORE_MEMBER]: 5,
[TEAM_MEMBERS.MENTOR]: 10,
};
4 changes: 0 additions & 4 deletions wechaty/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion wechaty/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions wechaty/package.json

This file was deleted.

58 changes: 0 additions & 58 deletions wechaty/src/index.ts

This file was deleted.

Loading

0 comments on commit 58d7f29

Please sign in to comment.