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

Commit

Permalink
Fix label link
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 16, 2021
1 parent 222f768 commit 98d89b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discussions-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const gotAReferenceMessage = (module: string, owners: string[]) => txt`
|
| - [npm](https://www.npmjs.com/package/${module})
| - [DT](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/${module})
| - [Related discussions](https://github.com/DefinitelyTyped/DefinitelyTyped/discussions?discussions_q=label%3A%22Pkg%3A+${module}%22/)
| - [Related discussions](https://github.com/DefinitelyTyped/DefinitelyTyped/discussions?discussions_q=label%3A%22Pkg%3A+${module}%22)
|
|Pinging the DT module owners: ${owners.map(o => "@" + o).join(", ")}.
`;
Expand Down

0 comments on commit 98d89b4

Please sign in to comment.