feat(route): add github all issue/pull comments (#12899)

This commit is contained in:
Arne Keller
2023-07-28 22:25:29 +02:00
committed by GitHub
parent 3428cc2beb
commit 6f13fc4cc2
6 changed files with 75 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
'/branches/:user/:repo': ['max-arnold'],
'/comments/:user/:repo/:number': ['TonyRL'],
'/comments/:user/:repo/:number?': ['TonyRL', 'FliegendeWurst'],
'/contributors/:user/:repo/:order?/:anon?': ['zoenglinghou'],
'/file/:user/:repo/:branch/:filepath+': ['zengxs'],
'/gist/:gistId': ['TonyRL'],