chore: fix gitpod config

chore: fix telegram maintainer
This commit is contained in:
TonyRL 2023-10-26 16:44:32 +00:00
parent 59a879bf08
commit 207d8ea605
2 changed files with 3 additions and 12 deletions

View File

@ -35,12 +35,3 @@ vscode:
- rangav.vscode-thunder-client
- sonarsource.sonarlint-vscode
# - ZihanLi.at-helper not available on Open VSX
github:
prebuilds:
master: true
branches: true
pullRequests: false
pullRequestsFromForks: false
addCheck: false
addComment: false

View File

@ -1,5 +1,5 @@
module.exports = {
'/telegram/channel/:username/:routeParams?': ['DIYgod', 'Rongronggg9'],
'/telegram/stickerpack/:name': ['DIYgod'],
'/telegram/blog': ['fengkx'],
'/blog': ['fengkx'],
'/channel/:username/:routeParams?': ['DIYgod', 'Rongronggg9'],
'/stickerpack/:name': ['DIYgod'],
};