mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Add is_alphanumeric attribute to Autolink and Repository.create_autolink (#2630)
This commit is contained in:
@@ -123,7 +123,12 @@ class Repository(CompletableGithubObject):
|
||||
def contents_url(self) -> str: ...
|
||||
@property
|
||||
def contributors_url(self) -> str: ...
|
||||
def create_autolink(self, key_prefix: str, url_template: str) -> Autolink: ...
|
||||
def create_autolink(
|
||||
self,
|
||||
key_prefix: str,
|
||||
url_template: str,
|
||||
is_alphanumeric: Union[bool, _NotSetType] = ...,
|
||||
) -> Autolink: ...
|
||||
def create_check_run(
|
||||
self,
|
||||
name: str,
|
||||
|
||||
Reference in New Issue
Block a user