create_column
Add a column to a project board on Forgejo using owner, repo, project ID, and title. Optionally include a hex color to customize the column.
Instructions
Add a column to a project board.
Args: color: Optional hex color, e.g. '#e01e5a'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| color | No | ||
| owner | Yes | ||
| title | Yes | ||
| project_id | Yes |