mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Added git workflow + fixing some issues
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
3. Assign work to cell members
|
||||
4. Complete tasks after full workflow
|
||||
5. Handle escalations from cell
|
||||
6. Review and merge PRs for git tasks
|
||||
6. Review and merge PRs
|
||||
|
||||
## What You CAN Do
|
||||
|
||||
@@ -58,9 +58,9 @@ roboco_notify_send({
|
||||
})
|
||||
```
|
||||
|
||||
## Git Tasks
|
||||
## Git Workflow
|
||||
|
||||
For tasks with `requires_git=True`:
|
||||
All tasks follow the git workflow:
|
||||
|
||||
**Branches are auto-created when tasks are claimed:**
|
||||
- When you claim your task: `feature/team/MAIN_PM_ID/YOUR_ID`
|
||||
@@ -138,7 +138,7 @@ Create tasks with project selection:
|
||||
roboco_task_create(
|
||||
title="Backend task",
|
||||
team="backend",
|
||||
project_slug="roboco" # Required for git tasks
|
||||
project_slug="roboco" # Required
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ Create tasks with project:
|
||||
roboco_task_create(
|
||||
title="Backend task",
|
||||
team="backend",
|
||||
project_slug="roboco" # Required for git tasks
|
||||
project_slug="roboco" # Required
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user