diff --git a/github/ProjectCard.pyi b/github/ProjectCard.pyi index 9aaaf8db0c..e1644ea8a7 100644 --- a/github/ProjectCard.pyi +++ b/github/ProjectCard.pyi @@ -23,6 +23,9 @@ class ProjectCard(CompletableGithubObject): def get_content( self, content_type: Union[_NotSetType, str] = ... ) -> Optional[Union[PullRequest, Issue]]: ... + def edit( + self, note=Union[_NotSetType, str], archived=Union[_NotSetType, bool] + ) -> None: ... @property def id(self) -> int: ... @property