diff --git a/.github/pr-stack.json b/.github/pr-stack.json index 2ac867e2186..d3f76d88b99 100644 --- a/.github/pr-stack.json +++ b/.github/pr-stack.json @@ -55,6 +55,18 @@ "commit": "ce3318775d74c566b4eef309c3f374e6d220891d", "path": "packages/contracts/src/settings.test.ts", "strategy": "theirs" + }, + { + "branch": "fork/changes", + "commit": "*", + "path": "apps/web/src/components/ChatMarkdown.tsx", + "strategy": "theirs" + }, + { + "branch": "fork/changes", + "commit": "1f8a2c58ae115df840d98d5854825123c502d54c", + "path": "apps/web/src/components/ChatMarkdown.tsx", + "strategy": "theirs" } ] }