Merge branch 'main' into feat/forgot-password-auth-chrome
last month
36 files changed
- apps/web/app/[username]/[repository]/pulls/[number]/actions.ts+71−0
- apps/web/app/[username]/[repository]/pulls/[number]/pull-request-detail.tsx+11−0
- apps/web/app/[username]/[repository]/pulls/[number]/pull-request-merge-box.tsx+77−10
- apps/web/app/[username]/[repository]/pulls/[number]/pull-request-sidebar.tsx+17−3
- apps/web/app/[username]/[repository]/repository-layout-shell.tsx+2−2
- apps/web/app/settings/account/account-settings-sections/auth.tsx+0−1
- apps/web/app/settings/account/account-settings-sections/connections.tsx
+0
−1
apps/web/app/settings/account/account-settings-sections/payments.tsx+0−2apps/web/app/settings/account/account-settings-sections/profile.tsx+0−1apps/web/app/settings/account/account-settings-sections/sessions.tsx+0−1apps/web/app/settings/account/account-settings-sections/settings.tsx+0−1apps/web/app/settings/account/agent-sessions/page.tsx+5−8apps/web/app/settings/account/connections/page.tsx+6−1apps/web/app/settings/account/emails/page.tsx+6−1apps/web/app/settings/account/payments/page.tsx+6−1apps/web/app/settings/account/profile/page.tsx+6−1apps/web/app/settings/account/sessions/page.tsx+6−1apps/web/app/settings/account/settings/page.tsx+6−1apps/web/app/settings/account/sponsorships/page.tsx+6−1apps/web/app/settings/account/teams/new/create-organization-form.tsx+5−8apps/web/app/settings/developer/page.tsx+6−10apps/web/app/settings/layout.tsx+1−1apps/web/app/settings/organizations/[slug]/danger/page.tsx+7−0apps/web/app/settings/organizations/[slug]/general/page.tsx+7−0apps/web/app/settings/organizations/[slug]/members/page.tsx+7−0apps/web/app/settings/organizations/[slug]/repositories/page.tsx+7−0apps/web/components/settings-nav.tsx+2−2apps/web/components/settings-page-header.tsx+18−0apps/web/components/workbench-tabs/workbench-tab-bar.tsx+2−10apps/web/lib/git/git-command.ts+84−11apps/web/lib/github/sync/enqueue.ts+24−0apps/web/lib/pull-requests/merge-tree.test.ts+85−0apps/web/lib/pull-requests/merge-tree.ts+80−0apps/web/lib/pull-requests/pr-mergeability-indexer.ts+10−1apps/web/lib/pull-requests/update-pull-request-branch.test.ts+233−0apps/web/lib/pull-requests/update-pull-request-branch.ts+228−0