Skip to content

Commit 31627e2

Browse files
add missing enum member
1 parent fd5c587 commit 31627e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/django_github_app/github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
8484

8585

8686
class GitHubAPIEndpoint(Enum):
87+
INSTALLATION_REPOS = "/installation/repositories"
8788
REPO_ISSUES = "/repos/{owner}/{repo}/issues"
8889

8990

0 commit comments

Comments
 (0)