Skip to content

Commit a55fe4a

Browse files
versecafeADKaster
authored andcommitted
Add ladybird.org repo to /github repo
1 parent b69e303 commit a55fe4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/commands/githubCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ const repositories: Array<{
3737
},
3838
urlRegex: /.+github.com\/LadybirdBrowser\/discord-bot\/(?:issues|pull)\/(\d+).*/,
3939
},
40+
{
41+
name: "Website",
42+
repository: {
43+
owner: "LadybirdBrowser",
44+
name: "ladybird.org",
45+
},
46+
urlRegex: /.+github.com\/LadybirdBrowser\/ladybird.org\/(?:issues|pull)\/(\d+).*/,
47+
},
4048
{
4149
name: "LibJS Test",
4250
repository: {

0 commit comments

Comments
 (0)