You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use repo scope for star/unstar tools instead of public_repo
public_repo is implicit - the GitHub API handles the distinction between
public and private repos. Using repo as the required scope is more
consistent with our enforcement model:
- PATs: tools visible if token has repo scope
- OAuth: scope challenge requests repo scope
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
951
951
-`owner_type`: Owner type (string, required)
952
952
-`project_number`: The project's number (number, required)
@@ -1265,7 +1265,7 @@ The following sets of tools are available:
1265
1265
1266
1266
-**get_secret_scanning_alert** - Get secret scanning alert
0 commit comments