diff --git a/.github/client-overlay-ownership.json b/.github/client-overlay-ownership.json index 8e91331afa4..5de099ea18b 100644 --- a/.github/client-overlay-ownership.json +++ b/.github/client-overlay-ownership.json @@ -22,7 +22,7 @@ { "id": "discord", "branch": "fork/discord", - "pullRequest": null, + "pullRequest": 80, "paths": [ "apps/discord-bot/**", "docs/integrations/discord-bot.md", @@ -33,7 +33,7 @@ { "id": "vscode", "branch": "fork/vscode", - "pullRequest": null, + "pullRequest": 79, "paths": ["apps/vscode/**", ".vscode/launch.json"] } ] diff --git a/.github/pr-stack.json b/.github/pr-stack.json index 24124b08996..b79809dda8a 100644 --- a/.github/pr-stack.json +++ b/.github/pr-stack.json @@ -21,6 +21,14 @@ { "number": 10, "branch": "t3-discord/f7d37879-desktop-deeplinks" + }, + { + "number": 80, + "branch": "fork/discord" + }, + { + "number": 79, + "branch": "fork/vscode" } ] }