We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e7d30 commit cc659c8Copy full SHA for cc659c8
1 file changed
src/openhound_github/kinds/edges.py
@@ -133,3 +133,13 @@
133
134
READ_REPO_PULL_REQUEST = "GH_ReadRepoPullRequests"
135
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