# GitSyncCrMeta

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts#L92)

gitMeta persisted on a kind:'git' DocsChangeRequest — drives the GitHub badge in the
Changes tab and the requireReview-aware auto-merge after staging.

## Properties

| Property | Type |
|---|---|
| `repoFullName` | `string` |
| `branch` | `string` |
| `headSha` | `string` |
| `compareUrl` | `string | null` |
| `pusherLogin` | `string | null` |
| `author` | `{ name?: string | null; email?: string | null } | null` |
| `autoMerge` | `boolean` |
| `mergeById` | `string | null` |
