From b1009e27550de89417c30252a66daf82d25438e1 Mon Sep 17 00:00:00 2001 From: Shoubhit Dash Date: Mon, 23 Feb 2026 10:13:28 +0530 Subject: [PATCH] chore: remove pr draft file --- .github/pr/fix-beta-stack-aware-sync.md | 30 ------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/pr/fix-beta-stack-aware-sync.md diff --git a/.github/pr/fix-beta-stack-aware-sync.md b/.github/pr/fix-beta-stack-aware-sync.md deleted file mode 100644 index 9d3e6de695..0000000000 --- a/.github/pr/fix-beta-stack-aware-sync.md +++ /dev/null @@ -1,30 +0,0 @@ -title: fix: make beta sync conflict reporting stack-aware - -### Issue for this PR - -Closes # - -### Type of change - -- [x] Bug fix -- [ ] New feature -- [ ] Refactor / code improvement -- [ ] Documentation - -### What does this PR do? - -Makes beta sync failures stack-aware. On merge conflict, the script now reports conflicted files and likely conflicting beta PR(s), and upserts one marker-based bot comment instead of posting duplicates every run. - -### How did you verify your code works? - -- Ran `bun turbo typecheck --filter opencode` -- Ran `bunx prettier --check ".github/workflows/beta.yml" "script/beta.ts"` - -### Screenshots / recordings - -N/A - -### Checklist - -- [x] I have tested my changes locally -- [x] I have not included unrelated changes in this PR