Skip to content

Commit cc659c8

Browse files
committed
"Added additional edge constants
1 parent 77e7d30 commit cc659c8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/openhound_github/kinds/edges.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,13 @@
133133

134134
READ_REPO_PULL_REQUEST = "GH_ReadRepoPullRequests"
135135
MANAGE_DISCUSSION_SPOTLIGHTS = "GH_ManageDiscussionSpotlights"
136+
137+
138+
# Added
139+
CAN_CREATE_REPOSITORIES = "GH_CanCreateRepositories"
140+
CAN_CREATE_PUBLIC_REPOSITORIES = "GH_CanCreatePublicRepositories"
141+
CAN_CREATE_INTERNAL_REPOSITORIES = "GH_CanCreateInternalRepositories"
142+
CAN_CREATE_PRIVATE_REPOSITORIES = "GH_CanCreatePrivateRepositories"
143+
CAN_PWN_REQUEST = "GH_CanPwnRequest"
144+
CAN_READ_SECRET = "GH_CanReadSecret"
145+
CAN_READ_SECRET_SCANNING_ALERT = "GH_CanReadSecretScanningAlert"

0 commit comments

Comments
 (0)