create_project
Create a Kanban/project board in a Forgejo repository with title and optional card type for task organization.
Instructions
Create a new project/kanban board in a repository.
Args: owner: Repository owner. repo: Repository name. title: Project title. description: Optional description. card_type: 'text' or 'images_and_text'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| title | Yes | ||
| card_type | No | text | |
| description | No |