Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 98d89b4

Browse files
committed
Fix label link
1 parent 222f768 commit 98d89b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discussions-trigger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const gotAReferenceMessage = (module: string, owners: string[]) => txt`
7272
|
7373
| - [npm](https://www.npmjs.com/package/${module})
7474
| - [DT](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/${module})
75-
| - [Related discussions](https://github.com/DefinitelyTyped/DefinitelyTyped/discussions?discussions_q=label%3A%22Pkg%3A+${module}%22/)
75+
| - [Related discussions](https://github.com/DefinitelyTyped/DefinitelyTyped/discussions?discussions_q=label%3A%22Pkg%3A+${module}%22)
7676
|
7777
|Pinging the DT module owners: ${owners.map(o => "@" + o).join(", ")}.
7878
`;

0 commit comments

Comments
 (0)