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
case"read_user": return"Read-only access to your email addresses";
440
-
case"api": return"Allow making API calls (used to set up a webhook when enabling prebuilds for a repository)";
441
-
case"read_repository": return"Read/write access to your repositories";
442
-
// Bitbucket
443
-
case"account": return"Read-only access to your account information";
444
-
case"repository": return"Read-only access to your repositories (note: Bitbucket doesn't support revoking scopes)";
445
-
case"repository:write": return"Read/write access to your repositories (note: Bitbucket doesn't support revoking scopes)";
446
-
case"pullrequest": return"Read access to pull requests and ability to collaborate via comments, tasks, and approvals (note: Bitbucket doesn't support revoking scopes)";
447
-
case"pullrequest:write": return"Allow creating, merging and declining pull requests (note: Bitbucket doesn't support revoking scopes)";
448
-
case"webhook": return"Allow installing webhooks (used when enabling prebuilds for a repository, note: Bitbucket doesn't support revoking scopes)";
ACCOUNT_READ: "Grants read-only access to your account information.",
30
+
REPOSITORY_READ: "Read-only access to your repositories (note: Bitbucket doesn't support revoking scopes)",
31
+
REPOSITORY_WRITE: "Grants read/write access to your repositories (note: Bitbucket doesn't support revoking scopes)",
32
+
PULL_REQUEST_READ: "Grants read-only access to pull requests and ability to collaborate via comments, tasks, and approvals (note: Bitbucket doesn't support revoking scopes)",
33
+
PULL_REQUEST_WRITE: "Allows creating, merging and declining pull requests (note: Bitbucket doesn't support revoking scopes)",
34
+
WEBHOOK: "Allows installing webhooks (used when enabling prebuilds for a repository, note: Bitbucket doesn't support revoking scopes)",
0 commit comments