Update Gitea task status - account configured
This commit is contained in:
parent
8aa52ab345
commit
7b49a01c89
@ -104,14 +104,16 @@ const defaultTasks: Task[] = [
|
|||||||
title: 'Set up Gitea integration for code pushes',
|
title: 'Set up Gitea integration for code pushes',
|
||||||
description: 'Create bot account on Gitea (192.168.1.128:3000) and configure git remotes for all OpenClaw projects. Decide on account name, permissions, and auth method (SSH vs token). User prefers dedicated bot account over using their personal account for audit trail.',
|
description: 'Create bot account on Gitea (192.168.1.128:3000) and configure git remotes for all OpenClaw projects. Decide on account name, permissions, and auth method (SSH vs token). User prefers dedicated bot account over using their personal account for audit trail.',
|
||||||
type: 'task',
|
type: 'task',
|
||||||
status: 'backlog',
|
status: 'in-progress',
|
||||||
priority: 'medium',
|
priority: 'medium',
|
||||||
projectId: '2',
|
projectId: '2',
|
||||||
createdAt: new Date().toISOString(),
|
createdAt: new Date().toISOString(),
|
||||||
updatedAt: new Date().toISOString(),
|
updatedAt: new Date().toISOString(),
|
||||||
comments: [
|
comments: [
|
||||||
{ id: 'c3', text: 'User has local Gitea at http://192.168.1.128:3000', createdAt: new Date().toISOString(), author: 'assistant' },
|
{ id: 'c3', text: 'User has local Gitea at http://192.168.1.128:3000', createdAt: new Date().toISOString(), author: 'assistant' },
|
||||||
{ id: 'c4', text: 'Options: 1) Create dedicated bot account (recommended), 2) Use existing account', createdAt: new Date().toISOString(), author: 'assistant' }
|
{ id: 'c4', text: 'Options: 1) Create dedicated bot account (recommended), 2) Use existing account', createdAt: new Date().toISOString(), author: 'assistant' },
|
||||||
|
{ id: 'c5', text: 'Account created: mbruce@topdoglabs.com / !7883Gitea', createdAt: new Date().toISOString(), author: 'user' },
|
||||||
|
{ id: 'c6', text: 'Git configured for all 3 projects. Gitea remotes added. Ready to push!', createdAt: new Date().toISOString(), author: 'assistant' }
|
||||||
],
|
],
|
||||||
tags: ['gitea', 'git', 'automation', 'infrastructure']
|
tags: ['gitea', 'git', 'automation', 'infrastructure']
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user