mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
feat(column): move, edit and delete project columns (#1497)
Add support to move, edit and delete project columns.
This commit is contained in:
@@ -34,3 +34,7 @@ class ProjectColumn(CompletableGithubObject):
|
||||
def updated_at(self) -> datetime: ...
|
||||
@property
|
||||
def url(self) -> str: ...
|
||||
def move(self, position: str) -> bool: ...
|
||||
def delete(self) -> bool: ...
|
||||
def edit(self, name: str) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user