File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import dotenv from "dotenv";
4
4
import opt from "./opt.json" ;
5
5
import _projects from "./projects.json" ;
6
6
type GitHubIssue = RestEndpointMethodTypes [ "issues" ] [ "get" ] [ "response" ] [ "data" ] ;
7
+
7
8
type GitHubLabel = {
8
9
id : number ;
9
10
node_id : string ;
@@ -18,8 +19,9 @@ const projects = _projects as {
18
19
category ?: Record < string , string > ;
19
20
} ;
20
21
21
- const DEVPOOL_OWNER_NAME = "ubiquity " ;
22
+ const DEVPOOL_OWNER_NAME = "BeanieMen " ;
22
23
const DEVPOOL_REPO_NAME = "devpool-directory" ;
24
+
23
25
enum LABELS {
24
26
PRICE = "Price" ,
25
27
UNAVAILABLE = "Unavailable" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "in" : [" BeanieMen" ],
2
+ "in" : [" BeanieMen/devpool-directory" ,
3
+ " BeanieMen/ubiquibot" ],
3
4
"out" : [
4
- " BeanieMen/devpool-directory" ,
5
- " BeanieMen/ubiquibot"
5
+
6
6
]
7
7
}
You can’t perform that action at this time.
0 commit comments