feat(monday): add create column action

This commit is contained in:
Rıdvan Akca
2024-05-09 14:48:20 +02:00
parent 9b00cff2d9
commit 8c0a5a3bd3
3 changed files with 102 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/monday.svg
items:
- name: Create board
desc: Creates a new board.
- name: Create column
desc: Creates a new column in a board.
- name: Create item
desc: Creates a new item in a board.
---