diff --git a/lib/routes/github/comments.ts b/lib/routes/github/comments.ts index cb9b618be..929204ea0 100644 --- a/lib/routes/github/comments.ts +++ b/lib/routes/github/comments.ts @@ -31,8 +31,8 @@ export const route: Route = { }, radar: [ { - source: ['github.com/:user/:repo/:type'], - target: '/comments/:user/:repo', + source: ['github.com/:user/:repo/:type', 'github.com/:user/:repo/:type/:number'], + target: '/comments/:user/:repo/:number?', }, ], name: 'Issue / Pull Request comments',