Sobre enums
As enumerações representam possíveis conjuntos de valores para um campo.
Por exemplo, o objeto Issue tem um campo chamado state. O estado é uma enumeração (especificamente, do tipo IssueState), porque pode ser OPEN ou CLOSED.
Para obter mais informações, consulte Introdução ao GraphQL.
ActorType
The actor's type.
Valores para ActorType
| Nome | Descrição |
|---|---|
TEAM | Indicates a team actor. |
USER | Indicates a user actor. |
AuditLogOrderField
Properties by which Audit Log connections can be ordered.
Valores para AuditLogOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order audit log entries by timestamp. |
CheckAnnotationLevel
Represents an annotation's information level.
Valores para CheckAnnotationLevel
| Nome | Descrição |
|---|---|
FAILURE | An annotation indicating an inescapable error. |
NOTICE | An annotation indicating some information. |
WARNING | An annotation indicating an ignorable error. |
CheckConclusionState
The possible states for a check suite or run conclusion.
Valores para CheckConclusionState
| Nome | Descrição |
|---|---|
ACTION_REQUIRED | The check suite or run requires action. |
CANCELLED | The check suite or run has been cancelled. |
FAILURE | The check suite or run has failed. |
NEUTRAL | The check suite or run was neutral. |
SKIPPED | The check suite or run was skipped. |
STALE | The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion. |
STARTUP_FAILURE | The check suite or run has failed at startup. |
SUCCESS | The check suite or run has succeeded. |
TIMED_OUT | The check suite or run has timed out. |
CheckRunState
The possible states of a check run in a status rollup.
Valores para CheckRunState
| Nome | Descrição |
|---|---|
ACTION_REQUIRED | The check run requires action. |
CANCELLED | The check run has been cancelled. |
COMPLETED | The check run has been completed. |
FAILURE | The check run has failed. |
IN_PROGRESS | The check run is in progress. |
NEUTRAL | The check run was neutral. |
PENDING | The check run is in pending state. |
QUEUED | The check run has been queued. |
SKIPPED | The check run was skipped. |
STALE | The check run was marked stale by GitHub. Only GitHub can use this conclusion. |
STARTUP_FAILURE | The check run has failed at startup. |
SUCCESS | The check run has succeeded. |
TIMED_OUT | The check run has timed out. |
WAITING | The check run is in waiting state. |
CheckRunType
The possible types of check runs.
Valores para CheckRunType
| Nome | Descrição |
|---|---|
ALL | Every check run available. |
LATEST | The latest check run. |
CheckStatusState
The possible states for a check suite or run status.
Valores para CheckStatusState
| Nome | Descrição |
|---|---|
COMPLETED | The check suite or run has been completed. |
IN_PROGRESS | The check suite or run is in progress. |
PENDING | The check suite or run is in pending state. |
QUEUED | The check suite or run has been queued. |
REQUESTED | The check suite or run has been requested. |
WAITING | The check suite or run is in waiting state. |
CollaboratorAffiliation
Collaborators affiliation level with a subject.
Valores para CollaboratorAffiliation
| Nome | Descrição |
|---|---|
ALL | All collaborators the authenticated user can see. |
DIRECT | All collaborators with permissions to an organization-owned subject, regardless of organization membership status. |
OUTSIDE | All outside collaborators of an organization-owned subject. |
CommentAuthorAssociation
A comment author association with repository.
Valores para CommentAuthorAssociation
| Nome | Descrição |
|---|---|
COLLABORATOR | Author has been invited to collaborate on the repository. |
CONTRIBUTOR | Author has previously committed to the repository. |
FIRST_TIMER | Author has not previously committed to GitHub. |
FIRST_TIME_CONTRIBUTOR | Author has not previously committed to the repository. |
MANNEQUIN | Author is a placeholder for an unclaimed user. |
MEMBER | Author is a member of the organization that owns the repository. |
NONE | Author has no association with the repository. |
OWNER | Author is the owner of the repository. |
CommentCannotUpdateReason
The possible errors that will prevent a user from updating a comment.
Valores para CommentCannotUpdateReason
| Nome | Descrição |
|---|---|
ARCHIVED | Unable to create comment because repository is archived. |
DENIED | You cannot update this comment. |
INSUFFICIENT_ACCESS | You must be the author or have write access to this repository to update this comment. |
LOCKED | Unable to create comment because issue is locked. |
LOGIN_REQUIRED | You must be logged in to update this comment. |
MAINTENANCE | Repository is under maintenance. |
VERIFIED_EMAIL_REQUIRED | At least one email address must be verified to update this comment. |
CommitContributionOrderField
Properties by which commit contribution connections can be ordered.
Valores para CommitContributionOrderField
| Nome | Descrição |
|---|---|
COMMIT_COUNT | Order commit contributions by how many commits they represent. |
OCCURRED_AT | Order commit contributions by when they were made. |
ComparisonStatus
The status of a git comparison between two refs.
Valores para ComparisonStatus
| Nome | Descrição |
|---|---|
AHEAD | The head ref is ahead of the base ref. |
BEHIND | The head ref is behind the base ref. |
DIVERGED | The head ref is both ahead and behind of the base ref, indicating git history has diverged. |
IDENTICAL | The head ref and base ref are identical. |
ContributionLevel
Varying levels of contributions from none to many.
Valores para ContributionLevel
| Nome | Descrição |
|---|---|
FIRST_QUARTILE | Lowest 25% of days of contributions. |
FOURTH_QUARTILE | Highest 25% of days of contributions. More contributions than the third quartile. |
NONE | No contributions occurred. |
SECOND_QUARTILE | Second lowest 25% of days of contributions. More contributions than the first quartile. |
THIRD_QUARTILE | Second highest 25% of days of contributions. More contributions than second quartile, less than the fourth quartile. |
CustomPropertyValueType
The allowed value types for a custom property definition.
Valores para CustomPropertyValueType
| Nome | Descrição |
|---|---|
MULTI_SELECT | A multi-select value. |
SINGLE_SELECT | A single-select value. |
STRING | A string value. |
TRUE_FALSE | A true/false value. |
URL | A URL value. |
DefaultRepositoryPermissionField
The possible base permissions for repositories.
Valores para DefaultRepositoryPermissionField
| Nome | Descrição |
|---|---|
ADMIN | Can read, write, and administrate repos by default. |
NONE | No access. |
READ | Can read repos by default. |
WRITE | Can read and write repos by default. |
DeploymentOrderField
Properties by which deployment connections can be ordered.
Valores para DeploymentOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order collection by creation time. |
DeploymentProtectionRuleType
The possible protection rule types.
Valores para DeploymentProtectionRuleType
| Nome | Descrição |
|---|---|
BRANCH_POLICY | Branch policy. |
REQUIRED_REVIEWERS | Required reviewers. |
WAIT_TIMER | Wait timer. |
DeploymentReviewState
The possible states for a deployment review.
Valores para DeploymentReviewState
| Nome | Descrição |
|---|---|
APPROVED | The deployment was approved. |
REJECTED | The deployment was rejected. |
DeploymentState
The possible states in which a deployment can be.
Valores para DeploymentState
| Nome | Descrição |
|---|---|
ABANDONED | The pending deployment was not updated after 30 minutes. |
ACTIVE | The deployment is currently active. |
DESTROYED | An inactive transient deployment. |
ERROR | The deployment experienced an error. |
FAILURE | The deployment has failed. |
INACTIVE | The deployment is inactive. |
IN_PROGRESS | The deployment is in progress. |
PENDING | The deployment is pending. |
QUEUED | The deployment has queued. |
SUCCESS | The deployment was successful. |
WAITING | The deployment is waiting. |
DeploymentStatusState
The possible states for a deployment status.
Valores para DeploymentStatusState
| Nome | Descrição |
|---|---|
ERROR | The deployment experienced an error. |
FAILURE | The deployment has failed. |
INACTIVE | The deployment is inactive. |
IN_PROGRESS | The deployment is in progress. |
PENDING | The deployment is pending. |
QUEUED | The deployment is queued. |
SUCCESS | The deployment was successful. |
WAITING | The deployment is waiting. |
DiffSide
The possible sides of a diff.
Valores para DiffSide
| Nome | Descrição |
|---|---|
LEFT | The left side of the diff. |
RIGHT | The right side of the diff. |
DiscussionCloseReason
The possible reasons for closing a discussion.
Valores para DiscussionCloseReason
| Nome | Descrição |
|---|---|
DUPLICATE | The discussion is a duplicate of another. |
OUTDATED | The discussion is no longer relevant. |
RESOLVED | The discussion has been resolved. |
DiscussionOrderField
Properties by which discussion connections can be ordered.
Valores para DiscussionOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order discussions by creation time. |
UPDATED_AT | Order discussions by most recent modification time. |
DiscussionPollOptionOrderField
Properties by which discussion poll option connections can be ordered.
Valores para DiscussionPollOptionOrderField
| Nome | Descrição |
|---|---|
AUTHORED_ORDER | Order poll options by the order that the poll author specified when creating the poll. |
VOTE_COUNT | Order poll options by the number of votes it has. |
DiscussionState
The possible states of a discussion.
Valores para DiscussionState
| Nome | Descrição |
|---|---|
CLOSED | A discussion that has been closed. |
OPEN | A discussion that is open. |
DiscussionStateReason
The possible state reasons of a discussion.
Valores para DiscussionStateReason
| Nome | Descrição |
|---|---|
DUPLICATE | The discussion is a duplicate of another. |
OUTDATED | The discussion is no longer relevant. |
REOPENED | The discussion was reopened. |
RESOLVED | The discussion has been resolved. |
DismissReason
The possible reasons that a Dependabot alert was dismissed.
Valores para DismissReason
| Nome | Descrição |
|---|---|
FIX_STARTED | A fix has already been started. |
INACCURATE | This alert is inaccurate or incorrect. |
NOT_USED | Vulnerable code is not actually used. |
NO_BANDWIDTH | No bandwidth to fix this. |
TOLERABLE_RISK | Risk is tolerable to this project. |
EnterpriseAdministratorInvitationOrderField
Properties by which enterprise administrator invitation connections can be ordered.
Valores para EnterpriseAdministratorInvitationOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order enterprise administrator member invitations by creation time. |
EnterpriseAdministratorRole
The possible administrator roles in an enterprise account.
Valores para EnterpriseAdministratorRole
| Nome | Descrição |
|---|---|
BILLING_MANAGER | Represents a billing manager of the enterprise account. |
OWNER | Represents an owner of the enterprise account. |
UNAFFILIATED | Unaffiliated member of the enterprise account without an admin role. |
EnterpriseAllowPrivateRepositoryForkingPolicyValue
The possible values for the enterprise allow private repository forking policy value.
Valores para EnterpriseAllowPrivateRepositoryForkingPolicyValue
| Nome | Descrição |
|---|---|
ENTERPRISE_ORGANIZATIONS | Members can fork a repository to an organization within this enterprise. |
ENTERPRISE_ORGANIZATIONS_USER_ACCOUNTS | Members can fork a repository to their enterprise-managed user account or an organization inside this enterprise. |
EVERYWHERE | Members can fork a repository to their user account or an organization, either inside or outside of this enterprise. |
SAME_ORGANIZATION | Members can fork a repository only within the same organization (intra-org). |
SAME_ORGANIZATION_USER_ACCOUNTS | Members can fork a repository to their user account or within the same organization. |
USER_ACCOUNTS | Members can fork a repository to their user account. |
EnterpriseDefaultRepositoryPermissionSettingValue
The possible values for the enterprise base repository permission setting.
Valores para EnterpriseDefaultRepositoryPermissionSettingValue
| Nome | Descrição |
|---|---|
ADMIN | Organization members will be able to clone, pull, push, and add new collaborators to all organization repositories. |
NONE | Organization members will only be able to clone and pull public repositories. |
NO_POLICY | Organizations in the enterprise choose base repository permissions for their members. |
READ | Organization members will be able to clone and pull all organization repositories. |
WRITE | Organization members will be able to clone, pull, and push all organization repositories. |
EnterpriseDisallowedMethodsSettingValue
The possible values for an enabled/no policy enterprise setting.
Valores para EnterpriseDisallowedMethodsSettingValue
| Nome | Descrição |
|---|---|
INSECURE | The setting prevents insecure 2FA methods from being used by members of the enterprise. |
NO_POLICY | There is no policy set for preventing insecure 2FA methods from being used by members of the enterprise. |
EnterpriseEnabledDisabledSettingValue
The possible values for an enabled/disabled enterprise setting.
Valores para EnterpriseEnabledDisabledSettingValue
| Nome | Descrição |
|---|---|
DISABLED | The setting is disabled for organizations in the enterprise. |
ENABLED | The setting is enabled for organizations in the enterprise. |
NO_POLICY | There is no policy set for organizations in the enterprise. |
EnterpriseEnabledSettingValue
The possible values for an enabled/no policy enterprise setting.
Valores para EnterpriseEnabledSettingValue
| Nome | Descrição |
|---|---|
ENABLED | The setting is enabled for organizations in the enterprise. |
NO_POLICY | There is no policy set for organizations in the enterprise. |
EnterpriseMemberOrderField
Properties by which enterprise member connections can be ordered.
Valores para EnterpriseMemberOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order enterprise members by creation time. |
LOGIN | Order enterprise members by login. |
EnterpriseMembersCanCreateRepositoriesSettingValue
The possible values for the enterprise members can create repositories setting.
Valores para EnterpriseMembersCanCreateRepositoriesSettingValue
| Nome | Descrição |
|---|---|
ALL | Members will be able to create public and private repositories. |
DISABLED | Members will not be able to create public or private repositories. |
NO_POLICY | Organization owners choose whether to allow members to create repositories. |
PRIVATE | Members will be able to create only private repositories. |
PUBLIC | Members will be able to create only public repositories. |
EnterpriseMembersCanMakePurchasesSettingValue
The possible values for the members can make purchases setting.
Valores para EnterpriseMembersCanMakePurchasesSettingValue
| Nome | Descrição |
|---|---|
DISABLED | The setting is disabled for organizations in the enterprise. |
ENABLED | The setting is enabled for organizations in the enterprise. |
EnterpriseMembershipType
The possible values we have for filtering Platform::Objects::User#enterprises.
Valores para EnterpriseMembershipType
| Nome | Descrição |
|---|---|
ADMIN | Returns all enterprises in which the user is an admin. |
ALL | Returns all enterprises in which the user is a member, admin, or billing manager. |
BILLING_MANAGER | Returns all enterprises in which the user is a billing manager. |
ORG_MEMBERSHIP | Returns all enterprises in which the user is a member of an org that is owned by the enterprise. |
EnterpriseOrderField
Properties by which enterprise connections can be ordered.
Valores para EnterpriseOrderField
| Nome | Descrição |
|---|---|
NAME | Order enterprises by name. |
EnterpriseServerInstallationOrderField
Properties by which Enterprise Server installation connections can be ordered.
Valores para EnterpriseServerInstallationOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order Enterprise Server installations by creation time. |
CUSTOMER_NAME | Order Enterprise Server installations by customer name. |
HOST_NAME | Order Enterprise Server installations by host name. |
EnterpriseServerUserAccountEmailOrderField
Properties by which Enterprise Server user account email connections can be ordered.
Valores para EnterpriseServerUserAccountEmailOrderField
| Nome | Descrição |
|---|---|
EMAIL | Order emails by email. |
EnterpriseServerUserAccountOrderField
Properties by which Enterprise Server user account connections can be ordered.
Valores para EnterpriseServerUserAccountOrderField
| Nome | Descrição |
|---|---|
LOGIN | Order user accounts by login. |
REMOTE_CREATED_AT | Order user accounts by creation time on the Enterprise Server installation. |
EnterpriseServerUserAccountsUploadOrderField
Properties by which Enterprise Server user accounts upload connections can be ordered.
Valores para EnterpriseServerUserAccountsUploadOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order user accounts uploads by creation time. |
EnterpriseServerUserAccountsUploadSyncState
Synchronization state of the Enterprise Server user accounts upload.
Valores para EnterpriseServerUserAccountsUploadSyncState
| Nome | Descrição |
|---|---|
FAILURE | The synchronization of the upload failed. |
PENDING | The synchronization of the upload is pending. |
SUCCESS | The synchronization of the upload succeeded. |
EnterpriseUserAccountMembershipRole
The possible roles for enterprise membership.
Valores para EnterpriseUserAccountMembershipRole
| Nome | Descrição |
|---|---|
MEMBER | The user is a member of an organization in the enterprise. |
OWNER | The user is an owner of an organization in the enterprise. |
EnterpriseUserDeployment
The possible GitHub Enterprise deployments where this user can exist.
Valores para EnterpriseUserDeployment
| Nome | Descrição |
|---|---|
CLOUD | The user is part of a GitHub Enterprise Cloud deployment. |
SERVER | The user is part of a GitHub Enterprise Server deployment. |
EnvironmentOrderField
Properties by which environments connections can be ordered.
Valores para EnvironmentOrderField
| Nome | Descrição |
|---|---|
NAME | Order environments by name. |
EnvironmentPinnedFilterField
Properties by which environments connections can be ordered.
Valores para EnvironmentPinnedFilterField
| Nome | Descrição |
|---|---|
ALL | All environments will be returned. |
NONE | Environments exclude pinned will be returned. |
ONLY | Only pinned environment will be returned. |
FileViewedState
The possible viewed states of a file .
Valores para FileViewedState
| Nome | Descrição |
|---|---|
DISMISSED | The file has new changes since last viewed. |
UNVIEWED | The file has not been marked as viewed. |
VIEWED | The file has been marked as viewed. |
GistOrderField
Properties by which gist connections can be ordered.
Valores para GistOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order gists by creation time. |
PUSHED_AT | Order gists by push time. |
UPDATED_AT | Order gists by update time. |
GistPrivacy
The privacy of a Gist.
Valores para GistPrivacy
| Nome | Descrição |
|---|---|
ALL | Gists that are public and secret. |
PUBLIC | Public. |
SECRET | Secret. |
GitSignatureState
The state of a Git signature.
Valores para GitSignatureState
| Nome | Descrição |
|---|---|
BAD_CERT | The signing certificate or its chain could not be verified. |
BAD_EMAIL | Invalid email used for signing. |
EXPIRED_KEY | Signing key expired. |
GPGVERIFY_ERROR | Internal error - the GPG verification service misbehaved. |
GPGVERIFY_UNAVAILABLE | Internal error - the GPG verification service is unavailable at the moment. |
INVALID | Invalid signature. |
MALFORMED_SIG | Malformed signature. |
NOT_SIGNING_KEY | The usage flags for the key that signed this don't allow signing. |
NO_USER | Email used for signing not known to GitHub. |
OCSP_ERROR | Valid signature, though certificate revocation check failed. |
OCSP_PENDING | Valid signature, pending certificate revocation checking. |
OCSP_REVOKED | One or more certificates in chain has been revoked. |
UNKNOWN_KEY | Key used for signing not known to GitHub. |
UNKNOWN_SIG_TYPE | Unknown signature type. |
UNSIGNED | Unsigned. |
UNVERIFIED_EMAIL | Email used for signing unverified on GitHub. |
VALID | Valid signature and verified by GitHub. |
IdentityProviderConfigurationState
The possible states in which authentication can be configured with an identity provider.
Valores para IdentityProviderConfigurationState
| Nome | Descrição |
|---|---|
CONFIGURED | Authentication with an identity provider is configured but not enforced. |
ENFORCED | Authentication with an identity provider is configured and enforced. |
UNCONFIGURED | Authentication with an identity provider is not configured. |
IpAllowListEnabledSettingValue
The possible values for the IP allow list enabled setting.
Valores para IpAllowListEnabledSettingValue
| Nome | Descrição |
|---|---|
DISABLED | The setting is disabled for the owner. |
ENABLED | The setting is enabled for the owner. |
IpAllowListEntryOrderField
Properties by which IP allow list entry connections can be ordered.
Valores para IpAllowListEntryOrderField
| Nome | Descrição |
|---|---|
ALLOW_LIST_VALUE | Order IP allow list entries by the allow list value. |
CREATED_AT | Order IP allow list entries by creation time. |
IpAllowListForInstalledAppsEnabledSettingValue
The possible values for the IP allow list configuration for installed GitHub Apps setting.
Valores para IpAllowListForInstalledAppsEnabledSettingValue
| Nome | Descrição |
|---|---|
DISABLED | The setting is disabled for the owner. |
ENABLED | The setting is enabled for the owner. |
IssueClosedStateReason
The possible state reasons of a closed issue.
Valores para IssueClosedStateReason
| Nome | Descrição |
|---|---|
COMPLETED | An issue that has been closed as completed. |
DUPLICATE | An issue that has been closed as a duplicate. |
NOT_PLANNED | An issue that has been closed as not planned. |
IssueCommentOrderField
Properties by which issue comment connections can be ordered.
Valores para IssueCommentOrderField
| Nome | Descrição |
|---|---|
UPDATED_AT | Order issue comments by update time. |
IssueDependencyOrderField
Properties by which issue dependencies can be ordered.
Valores para IssueDependencyOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order issue dependencies by the creation time of the dependent issue. |
DEPENDENCY_ADDED_AT | Order issue dependencies by time of when the dependency relationship was added. |
IssueOrderField
Properties by which issue connections can be ordered.
Valores para IssueOrderField
| Nome | Descrição |
|---|---|
COMMENTS | Order issues by comment count. |
CREATED_AT | Order issues by creation time. |
UPDATED_AT | Order issues by update time. |
IssueState
The possible states of an issue.
Valores para IssueState
| Nome | Descrição |
|---|---|
CLOSED | An issue that has been closed. |
OPEN | An issue that is still open. |
IssueStateReason
The possible state reasons of an issue.
Valores para IssueStateReason
| Nome | Descrição |
|---|---|
COMPLETED | An issue that has been closed as completed. |
DUPLICATE | An issue that has been closed as a duplicate. |
NOT_PLANNED | An issue that has been closed as not planned. |
REOPENED | An issue that has been reopened. |
IssueTimelineItemsItemType
The possible item types found in a timeline.
Valores para IssueTimelineItemsItemType
| Nome | Descrição |
|---|---|
ADDED_TO_PROJECT_EVENT | Represents a |
ADDED_TO_PROJECT_V2_EVENT | Represents a |
ASSIGNED_EVENT | Represents an |
BLOCKED_BY_ADDED_EVENT | Represents a |
BLOCKED_BY_REMOVED_EVENT | Represents a |
BLOCKING_ADDED_EVENT | Represents a |
BLOCKING_REMOVED_EVENT | Represents a |
CLOSED_EVENT | Represents a |
COMMENT_DELETED_EVENT | Represents a |
CONNECTED_EVENT | Represents a |
CONVERTED_FROM_DRAFT_EVENT | Represents a |
CONVERTED_NOTE_TO_ISSUE_EVENT | Represents a |
CONVERTED_TO_DISCUSSION_EVENT | Represents a |
CROSS_REFERENCED_EVENT | Represents a mention made by one issue or pull request to another. |
DEMILESTONED_EVENT | Represents a |
DISCONNECTED_EVENT | Represents a |
ISSUE_COMMENT | Represents a comment on an Issue. |
ISSUE_FIELD_ADDED_EVENT | Represents a |
ISSUE_FIELD_CHANGED_EVENT | Represents a |
ISSUE_FIELD_REMOVED_EVENT | Represents a |
ISSUE_TYPE_ADDED_EVENT | Represents a |
ISSUE_TYPE_CHANGED_EVENT | Represents a |
ISSUE_TYPE_REMOVED_EVENT | Represents a |
LABELED_EVENT | Represents a |
LOCKED_EVENT | Represents a |
MARKED_AS_DUPLICATE_EVENT | Represents a |
MENTIONED_EVENT | Represents a |
MILESTONED_EVENT | Represents a |
MOVED_COLUMNS_IN_PROJECT_EVENT | Represents a |
PARENT_ISSUE_ADDED_EVENT | Represents a |
PARENT_ISSUE_REMOVED_EVENT | Represents a |
PINNED_EVENT | Represents a |
PROJECT_V2_ITEM_STATUS_CHANGED_EVENT | Represents a |
REFERENCED_EVENT | Represents a |
REMOVED_FROM_PROJECT_EVENT | Represents a |
REMOVED_FROM_PROJECT_V2_EVENT | Represents a |
RENAMED_TITLE_EVENT | Represents a |
REOPENED_EVENT | Represents a |
SUBSCRIBED_EVENT | Represents a |
SUB_ISSUE_ADDED_EVENT | Represents a |
SUB_ISSUE_REMOVED_EVENT | Represents a |
TRANSFERRED_EVENT | Represents a |
UNASSIGNED_EVENT | Represents an |
UNLABELED_EVENT | Represents an |
UNLOCKED_EVENT | Represents an |
UNMARKED_AS_DUPLICATE_EVENT | Represents an |
UNPINNED_EVENT | Represents an |
UNSUBSCRIBED_EVENT | Represents an |
USER_BLOCKED_EVENT | Represents a |
IssueTypeColor
The possible color for an issue type.
Valores para IssueTypeColor
| Nome | Descrição |
|---|---|
BLUE | blue. |
GRAY | gray. |
GREEN | green. |
ORANGE | orange. |
PINK | pink. |
PURPLE | purple. |
RED | red. |
YELLOW | yellow. |
IssueTypeOrderField
Properties by which issue type connections can be ordered.
Valores para IssueTypeOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order issue types by creation time. |
NAME | Order issue types by name. |
LabelOrderField
Properties by which label connections can be ordered.
Valores para LabelOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order labels by creation time. |
ISSUE_COUNT | Order labels by issue count. |
NAME | Order labels by name. |
LanguageOrderField
Properties by which language connections can be ordered.
Valores para LanguageOrderField
| Nome | Descrição |
|---|---|
SIZE | Order languages by the size of all files containing the language. |
LockReason
The possible reasons that an issue or pull request was locked.
Valores para LockReason
| Nome | Descrição |
|---|---|
OFF_TOPIC | The issue or pull request was locked because the conversation was off-topic. |
RESOLVED | The issue or pull request was locked because the conversation was resolved. |
SPAM | The issue or pull request was locked because the conversation was spam. |
TOO_HEATED | The issue or pull request was locked because the conversation was too heated. |
MannequinOrderField
Properties by which mannequins can be ordered.
Valores para MannequinOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order mannequins why when they were created. |
LOGIN | Order mannequins alphabetically by their source login. |
MergeCommitMessage
The possible default commit messages for merges.
Valores para MergeCommitMessage
| Nome | Descrição |
|---|---|
BLANK | Default to a blank commit message. |
PR_BODY | Default to the pull request's body. |
PR_TITLE | Default to the pull request's title. |
MergeCommitTitle
The possible default commit titles for merges.
Valores para MergeCommitTitle
| Nome | Descrição |
|---|---|
MERGE_MESSAGE | Default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name). |
PR_TITLE | Default to the pull request's title. |
MergeQueueEntryState
The possible states for a merge queue entry.
Valores para MergeQueueEntryState
| Nome | Descrição |
|---|---|
AWAITING_CHECKS | The entry is currently waiting for checks to pass. |
LOCKED | The entry is currently locked. |
MERGEABLE | The entry is currently mergeable. |
QUEUED | The entry is currently queued. |
UNMERGEABLE | The entry is currently unmergeable. |
MergeQueueGroupingStrategy
When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge.
Valores para MergeQueueGroupingStrategy
| Nome | Descrição |
|---|---|
ALLGREEN | The merge commit created by merge queue for each PR in the group must pass all required checks to merge. |
HEADGREEN | Only the commit at the head of the merge group must pass its required checks to merge. |
MergeQueueMergeMethod
Method to use when merging changes from queued pull requests.
Valores para MergeQueueMergeMethod
| Nome | Descrição |
|---|---|
MERGE | Merge commit. |
REBASE | Rebase and merge. |
SQUASH | Squash and merge. |
MergeQueueMergingStrategy
The possible merging strategies for a merge queue.
Valores para MergeQueueMergingStrategy
| Nome | Descrição |
|---|---|
ALLGREEN | Entries only allowed to merge if they are passing. |
HEADGREEN | Failing Entires are allowed to merge if they are with a passing entry. |
MergeStateStatus
Detailed status information about a pull request merge.
Valores para MergeStateStatus
| Nome | Descrição |
|---|---|
BEHIND | The head ref is out of date. |
BLOCKED | The merge is blocked. |
CLEAN | Mergeable and passing commit status. |
DIRTY | The merge commit cannot be cleanly created. |
DRAFT | The merge is blocked due to the pull request being a draft. |
HAS_HOOKS | Mergeable with passing commit status and pre-receive hooks. |
UNKNOWN | The state cannot currently be determined. |
UNSTABLE | Mergeable with non-passing commit status. |
MergeableState
Whether or not a PullRequest can be merged.
Valores para MergeableState
| Nome | Descrição |
|---|---|
CONFLICTING | The pull request cannot be merged due to merge conflicts. |
MERGEABLE | The pull request can be merged. |
UNKNOWN | The mergeability of the pull request is still being calculated. |
MigrationSourceType
Represents the different GitHub Enterprise Importer (GEI) migration sources.
Valores para MigrationSourceType
| Nome | Descrição |
|---|---|
AZURE_DEVOPS | An Azure DevOps migration source. |
BITBUCKET_SERVER | A Bitbucket Server migration source. |
GITHUB_ARCHIVE | A GitHub Migration API source. |
MigrationState
The GitHub Enterprise Importer (GEI) migration state.
Valores para MigrationState
| Nome | Descrição |
|---|---|
FAILED | The migration has failed. |
FAILED_VALIDATION | The migration has invalid credentials. |
IN_PROGRESS | The migration is in progress. |
NOT_STARTED | The migration has not started. |
PENDING_VALIDATION | The migration needs to have its credentials validated. |
QUEUED | The migration has been queued. |
SUCCEEDED | The migration has succeeded. |
MilestoneOrderField
Properties by which milestone connections can be ordered.
Valores para MilestoneOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order milestones by when they were created. |
DUE_DATE | Order milestones by when they are due. |
NUMBER | Order milestones by their number. |
UPDATED_AT | Order milestones by when they were last updated. |
MilestoneState
The possible states of a milestone.
Valores para MilestoneState
| Nome | Descrição |
|---|---|
CLOSED | A milestone that has been closed. |
OPEN | A milestone that is still open. |
NotificationRestrictionSettingValue
The possible values for the notification restriction setting.
Valores para NotificationRestrictionSettingValue
| Nome | Descrição |
|---|---|
DISABLED | The setting is disabled for the owner. |
ENABLED | The setting is enabled for the owner. |
OauthApplicationCreateAuditEntryState
The state of an OAuth application when it was created.
Valores para OauthApplicationCreateAuditEntryState
| Nome | Descrição |
|---|---|
ACTIVE | The OAuth application was active and allowed to have OAuth Accesses. |
PENDING_DELETION | The OAuth application was in the process of being deleted. |
SUSPENDED | The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns. |
OperationType
The corresponding operation type for the action.
Valores para OperationType
| Nome | Descrição |
|---|---|
ACCESS | An existing resource was accessed. |
AUTHENTICATION | A resource performed an authentication event. |
CREATE | A new resource was created. |
MODIFY | An existing resource was modified. |
REMOVE | An existing resource was removed. |
RESTORE | An existing resource was restored. |
TRANSFER | An existing resource was transferred between multiple resources. |
OrderDirection
Possible directions in which to order a list of items when provided an orderBy argument.
Valores para OrderDirection
| Nome | Descrição |
|---|---|
ASC | Specifies an ascending order for a given |
DESC | Specifies a descending order for a given |
OrgAddMemberAuditEntryPermission
The permissions available to members on an Organization.
Valores para OrgAddMemberAuditEntryPermission
| Nome | Descrição |
|---|---|
ADMIN | Can read, clone, push, and add collaborators to repositories. |
READ | Can read and clone repositories. |
OrgCreateAuditEntryBillingPlan
The billing plans available for organizations.
Valores para OrgCreateAuditEntryBillingPlan
| Nome | Descrição |
|---|---|
BUSINESS | Team Plan. |
BUSINESS_PLUS | Enterprise Cloud Plan. |
FREE | Free Plan. |
TIERED_PER_SEAT | Tiered Per Seat Plan. |
UNLIMITED | Legacy Unlimited Plan. |
OrgEnterpriseOwnerOrderField
Properties by which enterprise owners can be ordered.
Valores para OrgEnterpriseOwnerOrderField
| Nome | Descrição |
|---|---|
LOGIN | Order enterprise owners by login. |
OrgRemoveBillingManagerAuditEntryReason
The reason a billing manager was removed from an Organization.
Valores para OrgRemoveBillingManagerAuditEntryReason
| Nome | Descrição |
|---|---|
SAML_EXTERNAL_IDENTITY_MISSING | SAML external identity missing. |
SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY | SAML SSO enforcement requires an external identity. |
TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE | The organization required 2FA of its billing managers and this user did not have 2FA enabled. |
OrgRemoveMemberAuditEntryMembershipType
The type of membership a user has with an Organization.
Valores para OrgRemoveMemberAuditEntryMembershipType
| Nome | Descrição |
|---|---|
ADMIN | Organization owners have full access and can change several settings, including the names of repositories that belong to the Organization and Owners team membership. In addition, organization owners can delete the organization and all of its repositories. |
BILLING_MANAGER | A billing manager is a user who manages the billing settings for the Organization, such as updating payment information. |
DIRECT_MEMBER | A direct member is a user that is a member of the Organization. |
OUTSIDE_COLLABORATOR | An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization. |
SUSPENDED | A suspended member. |
UNAFFILIATED | An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the Organization. |
OrgRemoveMemberAuditEntryReason
The reason a member was removed from an Organization.
Valores para OrgRemoveMemberAuditEntryReason
| Nome | Descrição |
|---|---|
SAML_EXTERNAL_IDENTITY_MISSING | SAML external identity missing. |
SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY | SAML SSO enforcement requires an external identity. |
TWO_FACTOR_ACCOUNT_RECOVERY | User was removed from organization during account recovery. |
TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE | The organization required 2FA of its billing managers and this user did not have 2FA enabled. |
USER_ACCOUNT_DELETED | User account has been deleted. |
OrgRemoveOutsideCollaboratorAuditEntryMembershipType
The type of membership a user has with an Organization.
Valores para OrgRemoveOutsideCollaboratorAuditEntryMembershipType
| Nome | Descrição |
|---|---|
BILLING_MANAGER | A billing manager is a user who manages the billing settings for the Organization, such as updating payment information. |
OUTSIDE_COLLABORATOR | An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization. |
UNAFFILIATED | An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the organization. |
OrgRemoveOutsideCollaboratorAuditEntryReason
The reason an outside collaborator was removed from an Organization.
Valores para OrgRemoveOutsideCollaboratorAuditEntryReason
| Nome | Descrição |
|---|---|
SAML_EXTERNAL_IDENTITY_MISSING | SAML external identity missing. |
TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE | The organization required 2FA of its billing managers and this user did not have 2FA enabled. |
OrgUpdateDefaultRepositoryPermissionAuditEntryPermission
The default permission a repository can have in an Organization.
Valores para OrgUpdateDefaultRepositoryPermissionAuditEntryPermission
| Nome | Descrição |
|---|---|
ADMIN | Can read, clone, push, and add collaborators to repositories. |
NONE | No default permission value. |
READ | Can read and clone repositories. |
WRITE | Can read, clone and push to repositories. |
OrgUpdateMemberAuditEntryPermission
The permissions available to members on an Organization.
Valores para OrgUpdateMemberAuditEntryPermission
| Nome | Descrição |
|---|---|
ADMIN | Can read, clone, push, and add collaborators to repositories. |
READ | Can read and clone repositories. |
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility
The permissions available for repository creation on an Organization.
Valores para OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility
| Nome | Descrição |
|---|---|
ALL | All organization members are restricted from creating any repositories. |
INTERNAL | All organization members are restricted from creating internal repositories. |
NONE | All organization members are allowed to create any repositories. |
PRIVATE | All organization members are restricted from creating private repositories. |
PRIVATE_INTERNAL | All organization members are restricted from creating private or internal repositories. |
PUBLIC | All organization members are restricted from creating public repositories. |
PUBLIC_INTERNAL | All organization members are restricted from creating public or internal repositories. |
PUBLIC_PRIVATE | All organization members are restricted from creating public or private repositories. |
OrganizationInvitationRole
The possible organization invitation roles.
Valores para OrganizationInvitationRole
| Nome | Descrição |
|---|---|
ADMIN | The user is invited to be an admin of the organization. |
BILLING_MANAGER | The user is invited to be a billing manager of the organization. |
DIRECT_MEMBER | The user is invited to be a direct member of the organization. |
REINSTATE | The user's previous role will be reinstated. |
OrganizationInvitationSource
The possible organization invitation sources.
Valores para OrganizationInvitationSource
| Nome | Descrição |
|---|---|
MEMBER | The invitation was created from the web interface or from API. |
SCIM | The invitation was created from SCIM. |
UNKNOWN | The invitation was sent before this feature was added. |
OrganizationInvitationType
The possible organization invitation types.
Valores para OrganizationInvitationType
| Nome | Descrição |
|---|---|
EMAIL | The invitation was to an email address. |
USER | The invitation was to an existing user. |
OrganizationMemberRole
The possible roles within an organization for its members.
Valores para OrganizationMemberRole
| Nome | Descrição |
|---|---|
ADMIN | The user is an administrator of the organization. |
MEMBER | The user is a member of the organization. |
OrganizationMembersCanCreateRepositoriesSettingValue
The possible values for the members can create repositories setting on an organization.
Valores para OrganizationMembersCanCreateRepositoriesSettingValue
| Nome | Descrição |
|---|---|
ALL | Members will be able to create public and private repositories. |
DISABLED | Members will not be able to create public or private repositories. |
INTERNAL | Members will be able to create only internal repositories. |
PRIVATE | Members will be able to create only private repositories. |
OrganizationMigrationState
The Octoshift Organization migration state.
Valores para OrganizationMigrationState
| Nome | Descrição |
|---|---|
FAILED | The Octoshift migration has failed. |
FAILED_VALIDATION | The Octoshift migration has invalid credentials. |
IN_PROGRESS | The Octoshift migration is in progress. |
NOT_STARTED | The Octoshift migration has not started. |
PENDING_VALIDATION | The Octoshift migration needs to have its credentials validated. |
POST_REPO_MIGRATION | The Octoshift migration is performing post repository migrations. |
PRE_REPO_MIGRATION | The Octoshift migration is performing pre repository migrations. |
QUEUED | The Octoshift migration has been queued. |
REPO_MIGRATION | The Octoshift org migration is performing repository migrations. |
SUCCEEDED | The Octoshift migration has succeeded. |
OrganizationOrderField
Properties by which organization connections can be ordered.
Valores para OrganizationOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order organizations by creation time. |
LOGIN | Order organizations by login. |
PackageFileOrderField
Properties by which package file connections can be ordered.
Valores para PackageFileOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order package files by creation time. |
PackageOrderField
Properties by which package connections can be ordered.
Valores para PackageOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order packages by creation time. |
PackageType
The possible types of a package.
Valores para PackageType
| Nome | Descrição |
|---|---|
DEBIAN | A debian package. |
DOCKER | A docker image. |
MAVEN | A maven package. |
NPM | An npm package. |
NUGET | A nuget package. |
PYPI | A python package. |
RUBYGEMS | A rubygems package. |
PackageVersionOrderField
Properties by which package version connections can be ordered.
Valores para PackageVersionOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order package versions by creation time. |
PatchStatus
The possible types of patch statuses.
Valores para PatchStatus
| Nome | Descrição |
|---|---|
ADDED | The file was added. Git status 'A'. |
CHANGED | The file's type was changed. Git status 'T'. |
COPIED | The file was copied. Git status 'C'. |
DELETED | The file was deleted. Git status 'D'. |
MODIFIED | The file's contents were changed. Git status 'M'. |
RENAMED | The file was renamed. Git status 'R'. |
PinnableItemType
Represents items that can be pinned to a profile page or dashboard.
Valores para PinnableItemType
| Nome | Descrição |
|---|---|
GIST | A gist. |
ISSUE | An issue. |
ORGANIZATION | An organization. |
PROJECT | A project. |
PULL_REQUEST | A pull request. |
REPOSITORY | A repository. |
TEAM | A team. |
USER | A user. |
PinnedDiscussionGradient
Preconfigured gradients that may be used to style discussions pinned within a repository.
Valores para PinnedDiscussionGradient
| Nome | Descrição |
|---|---|
BLUE_MINT | A gradient of blue to mint. |
BLUE_PURPLE | A gradient of blue to purple. |
PINK_BLUE | A gradient of pink to blue. |
PURPLE_CORAL | A gradient of purple to coral. |
RED_ORANGE | A gradient of red to orange. |
PinnedDiscussionPattern
Preconfigured background patterns that may be used to style discussions pinned within a repository.
Valores para PinnedDiscussionPattern
| Nome | Descrição |
|---|---|
CHEVRON_UP | An upward-facing chevron pattern. |
DOT | A hollow dot pattern. |
DOT_FILL | A solid dot pattern. |
HEART_FILL | A heart pattern. |
PLUS | A plus sign pattern. |
ZAP | A lightning bolt pattern. |
PinnedEnvironmentOrderField
Properties by which pinned environments connections can be ordered.
Valores para PinnedEnvironmentOrderField
| Nome | Descrição |
|---|---|
POSITION | Order pinned environments by position. |
ProjectCardArchivedState
The possible archived states of a project card.
Valores para ProjectCardArchivedState
| Nome | Descrição |
|---|---|
ARCHIVED | A project card that is archived. |
NOT_ARCHIVED | A project card that is not archived. |
ProjectCardState
Various content states of a ProjectCard.
Valores para ProjectCardState
| Nome | Descrição |
|---|---|
CONTENT_ONLY | The card has content only. |
NOTE_ONLY | The card has a note only. |
REDACTED | The card is redacted. |
ProjectColumnPurpose
The semantic purpose of the column - todo, in progress, or done.
Valores para ProjectColumnPurpose
| Nome | Descrição |
|---|---|
DONE | The column contains cards which are complete. |
IN_PROGRESS | The column contains cards which are currently being worked on. |
TODO | The column contains cards still to be worked on. |
ProjectOrderField
Properties by which project connections can be ordered.
Valores para ProjectOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order projects by creation time. |
NAME | Order projects by name. |
UPDATED_AT | Order projects by update time. |
ProjectState
State of the project; eitheropenor 'closed'.
Valores para ProjectState
| Nome | Descrição |
|---|---|
CLOSED | The project is closed. |
OPEN | The project is open. |
ProjectTemplate
GitHub-provided templates for Projects.
Valores para ProjectTemplate
| Nome | Descrição |
|---|---|
AUTOMATED_KANBAN_V2 | Create a board with v2 triggers to automatically move cards across To do, In progress and Done columns. |
AUTOMATED_REVIEWS_KANBAN | Create a board with triggers to automatically move cards across columns with review automation. |
BASIC_KANBAN | Create a board with columns for To do, In progress and Done. |
BUG_TRIAGE | Create a board to triage and prioritize bugs with To do, priority, and Done columns. |
ProjectV2CustomFieldType
The type of a project field.
Valores para ProjectV2CustomFieldType
| Nome | Descrição |
|---|---|
DATE | Date. |
ITERATION | Iteration. |
NUMBER | Number. |
SINGLE_SELECT | Single Select. |
TEXT | Text. |
ProjectV2FieldOrderField
Properties by which project v2 field connections can be ordered.
Valores para ProjectV2FieldOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order project v2 fields by creation time. |
NAME | Order project v2 fields by name. |
POSITION | Order project v2 fields by position. |
ProjectV2FieldType
The type of a project field.
Valores para ProjectV2FieldType
| Nome | Descrição |
|---|---|
ASSIGNEES | Assignees. |
DATE | Date. |
ISSUE_TYPE | Issue type. |
ITERATION | Iteration. |
LABELS | Labels. |
LINKED_PULL_REQUESTS | Linked Pull Requests. |
MILESTONE | Milestone. |
NUMBER | Number. |
PARENT_ISSUE | Parent issue. |
REPOSITORY | Repository. |
REVIEWERS | Reviewers. |
SINGLE_SELECT | Single Select. |
SUB_ISSUES_PROGRESS | Sub-issues progress. |
TEXT | Text. |
TITLE | Title. |
TRACKED_BY | Tracked by. |
TRACKS | Tracks. |
ProjectV2ItemFieldValueOrderField
Properties by which project v2 item field value connections can be ordered.
Valores para ProjectV2ItemFieldValueOrderField
| Nome | Descrição |
|---|---|
POSITION | Order project v2 item field values by the their position in the project. |
ProjectV2ItemOrderField
Properties by which project v2 item connections can be ordered.
Valores para ProjectV2ItemOrderField
| Nome | Descrição |
|---|---|
POSITION | Order project v2 items by the their position in the project. |
ProjectV2ItemType
The type of a project item.
Valores para ProjectV2ItemType
| Nome | Descrição |
|---|---|
DRAFT_ISSUE | Draft Issue. |
ISSUE | Issue. |
PULL_REQUEST | Pull Request. |
REDACTED | Redacted Item. |
ProjectV2OrderField
Properties by which projects can be ordered.
Valores para ProjectV2OrderField
| Nome | Descrição |
|---|---|
CREATED_AT | The project's date and time of creation. |
NUMBER | The project's number. |
TITLE | The project's title. |
UPDATED_AT | The project's date and time of update. |
ProjectV2PermissionLevel
The possible roles of a collaborator on a project.
Valores para ProjectV2PermissionLevel
| Nome | Descrição |
|---|---|
ADMIN | The collaborator can view, edit, and maange the settings of the project. |
READ | The collaborator can view the project. |
WRITE | The collaborator can view and edit the project. |
ProjectV2Roles
The possible roles of a collaborator on a project.
Valores para ProjectV2Roles
| Nome | Descrição |
|---|---|
ADMIN | The collaborator can view, edit, and maange the settings of the project. |
NONE | The collaborator has no direct access to the project. |
READER | The collaborator can view the project. |
WRITER | The collaborator can view and edit the project. |
ProjectV2SingleSelectFieldOptionColor
The display color of a single-select field option.
Valores para ProjectV2SingleSelectFieldOptionColor
| Nome | Descrição |
|---|---|
BLUE | BLUE. |
GRAY | GRAY. |
GREEN | GREEN. |
ORANGE | ORANGE. |
PINK | PINK. |
PURPLE | PURPLE. |
RED | RED. |
YELLOW | YELLOW. |
ProjectV2State
The possible states of a project v2.
Valores para ProjectV2State
| Nome | Descrição |
|---|---|
CLOSED | A project v2 that has been closed. |
OPEN | A project v2 that is still open. |
ProjectV2StatusUpdateOrderField
Properties by which project v2 status updates can be ordered.
Valores para ProjectV2StatusUpdateOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Allows chronological ordering of project v2 status updates. |
ProjectV2StatusUpdateStatus
The possible statuses of a project v2.
Valores para ProjectV2StatusUpdateStatus
| Nome | Descrição |
|---|---|
AT_RISK | A project v2 that is at risk and encountering some challenges. |
COMPLETE | A project v2 that is complete. |
INACTIVE | A project v2 that is inactive. |
OFF_TRACK | A project v2 that is off track and needs attention. |
ON_TRACK | A project v2 that is on track with no risks. |
ProjectV2ViewLayout
The layout of a project v2 view.
Valores para ProjectV2ViewLayout
| Nome | Descrição |
|---|---|
BOARD_LAYOUT | Board layout. |
ROADMAP_LAYOUT | Roadmap layout. |
TABLE_LAYOUT | Table layout. |
ProjectV2ViewOrderField
Properties by which project v2 view connections can be ordered.
Valores para ProjectV2ViewOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order project v2 views by creation time. |
NAME | Order project v2 views by name. |
POSITION | Order project v2 views by position. |
ProjectV2WorkflowsOrderField
Properties by which project workflows can be ordered.
Valores para ProjectV2WorkflowsOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | The date and time of the workflow creation. |
NAME | The name of the workflow. |
NUMBER | The number of the workflow. |
UPDATED_AT | The date and time of the workflow update. |
PullRequestAllowedMergeMethods
Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.
Valores para PullRequestAllowedMergeMethods
| Nome | Descrição |
|---|---|
MERGE | Add all commits from the head branch to the base branch with a merge commit. |
REBASE | Add all commits from the head branch onto the base branch individually. |
SQUASH | Combine all commits from the head branch into a single commit in the base branch. |
PullRequestBranchUpdateMethod
The possible methods for updating a pull request's head branch with the base branch.
Valores para PullRequestBranchUpdateMethod
| Nome | Descrição |
|---|---|
MERGE | Update branch via merge. |
REBASE | Update branch via rebase. |
PullRequestMergeMethod
Represents available types of methods to use when merging a pull request.
Valores para PullRequestMergeMethod
| Nome | Descrição |
|---|---|
MERGE | Add all commits from the head branch to the base branch with a merge commit. |
REBASE | Add all commits from the head branch onto the base branch individually. |
SQUASH | Combine all commits from the head branch into a single commit in the base branch. |
PullRequestOrderField
Properties by which pull_requests connections can be ordered.
Valores para PullRequestOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order pull_requests by creation time. |
UPDATED_AT | Order pull_requests by update time. |
PullRequestReviewCommentState
The possible states of a pull request review comment.
Valores para PullRequestReviewCommentState
| Nome | Descrição |
|---|---|
PENDING | A comment that is part of a pending review. |
SUBMITTED | A comment that is part of a submitted review. |
PullRequestReviewDecision
The review status of a pull request.
Valores para PullRequestReviewDecision
| Nome | Descrição |
|---|---|
APPROVED | The pull request has received an approving review. |
CHANGES_REQUESTED | Changes have been requested on the pull request. |
REVIEW_REQUIRED | A review is required before the pull request can be merged. |
PullRequestReviewEvent
The possible events to perform on a pull request review.
Valores para PullRequestReviewEvent
| Nome | Descrição |
|---|---|
APPROVE | Submit feedback and approve merging these changes. |
COMMENT | Submit general feedback without explicit approval. |
DISMISS | Dismiss review so it now longer effects merging. |
REQUEST_CHANGES | Submit feedback that must be addressed before merging. |
PullRequestReviewState
The possible states of a pull request review.
Valores para PullRequestReviewState
| Nome | Descrição |
|---|---|
APPROVED | A review allowing the pull request to merge. |
CHANGES_REQUESTED | A review blocking the pull request from merging. |
COMMENTED | An informational review. |
DISMISSED | A review that has been dismissed. |
PENDING | A review that has not yet been submitted. |
PullRequestReviewThreadSubjectType
The possible subject types of a pull request review comment.
Valores para PullRequestReviewThreadSubjectType
| Nome | Descrição |
|---|---|
FILE | A comment that has been made against the file of a pull request. |
LINE | A comment that has been made against the line of a pull request. |
PullRequestState
The possible states of a pull request.
Valores para PullRequestState
| Nome | Descrição |
|---|---|
CLOSED | A pull request that has been closed without being merged. |
MERGED | A pull request that has been closed by being merged. |
OPEN | A pull request that is still open. |
PullRequestTimelineItemsItemType
The possible item types found in a timeline.
Valores para PullRequestTimelineItemsItemType
| Nome | Descrição |
|---|---|
ADDED_TO_MERGE_QUEUE_EVENT | Represents an |
ADDED_TO_PROJECT_EVENT | Represents a |
ADDED_TO_PROJECT_V2_EVENT | Represents a |
ASSIGNED_EVENT | Represents an |
AUTOMATIC_BASE_CHANGE_FAILED_EVENT | Represents a |
AUTOMATIC_BASE_CHANGE_SUCCEEDED_EVENT | Represents a |
AUTO_MERGE_DISABLED_EVENT | Represents a |
AUTO_MERGE_ENABLED_EVENT | Represents a |
AUTO_REBASE_ENABLED_EVENT | Represents a |
AUTO_SQUASH_ENABLED_EVENT | Represents a |
BASE_REF_CHANGED_EVENT | Represents a |
BASE_REF_DELETED_EVENT | Represents a |
BASE_REF_FORCE_PUSHED_EVENT | Represents a |
BLOCKED_BY_ADDED_EVENT | Represents a |
BLOCKED_BY_REMOVED_EVENT | Represents a |
BLOCKING_ADDED_EVENT | Represents a |
BLOCKING_REMOVED_EVENT | Represents a |
CLOSED_EVENT | Represents a |
COMMENT_DELETED_EVENT | Represents a |
CONNECTED_EVENT | Represents a |
CONVERTED_FROM_DRAFT_EVENT | Represents a |
CONVERTED_NOTE_TO_ISSUE_EVENT | Represents a |
CONVERTED_TO_DISCUSSION_EVENT | Represents a |
CONVERT_TO_DRAFT_EVENT | Represents a |
CROSS_REFERENCED_EVENT | Represents a mention made by one issue or pull request to another. |
DEMILESTONED_EVENT | Represents a |
DEPLOYED_EVENT | Represents a |
DEPLOYMENT_ENVIRONMENT_CHANGED_EVENT | Represents a |
DISCONNECTED_EVENT | Represents a |
HEAD_REF_DELETED_EVENT | Represents a |
HEAD_REF_FORCE_PUSHED_EVENT | Represents a |
HEAD_REF_RESTORED_EVENT | Represents a |
ISSUE_COMMENT | Represents a comment on an Issue. |
ISSUE_FIELD_ADDED_EVENT | Represents a |
ISSUE_FIELD_CHANGED_EVENT | Represents a |
ISSUE_FIELD_REMOVED_EVENT | Represents a |
ISSUE_TYPE_ADDED_EVENT | Represents a |
ISSUE_TYPE_CHANGED_EVENT | Represents a |
ISSUE_TYPE_REMOVED_EVENT | Represents a |
LABELED_EVENT | Represents a |
LOCKED_EVENT | Represents a |
MARKED_AS_DUPLICATE_EVENT | Represents a |
MENTIONED_EVENT | Represents a |
MERGED_EVENT | Represents a |
MILESTONED_EVENT | Represents a |
MOVED_COLUMNS_IN_PROJECT_EVENT | Represents a |
PARENT_ISSUE_ADDED_EVENT | Represents a |
PARENT_ISSUE_REMOVED_EVENT | Represents a |
PINNED_EVENT | Represents a |
PROJECT_V2_ITEM_STATUS_CHANGED_EVENT | Represents a |
PULL_REQUEST_COMMIT | Represents a Git commit part of a pull request. |
PULL_REQUEST_COMMIT_COMMENT_THREAD | Represents a commit comment thread part of a pull request. |
PULL_REQUEST_REVIEW | A review object for a given pull request. |
PULL_REQUEST_REVIEW_THREAD | A threaded list of comments for a given pull request. |
PULL_REQUEST_REVISION_MARKER | Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits. |
READY_FOR_REVIEW_EVENT | Represents a |
REFERENCED_EVENT | Represents a |
REMOVED_FROM_MERGE_QUEUE_EVENT | Represents a |
REMOVED_FROM_PROJECT_EVENT | Represents a |
REMOVED_FROM_PROJECT_V2_EVENT | Represents a |
RENAMED_TITLE_EVENT | Represents a |
REOPENED_EVENT | Represents a |
REVIEW_DISMISSED_EVENT | Represents a |
REVIEW_REQUESTED_EVENT | Represents an |
REVIEW_REQUEST_REMOVED_EVENT | Represents an |
SUBSCRIBED_EVENT | Represents a |
SUB_ISSUE_ADDED_EVENT | Represents a |
SUB_ISSUE_REMOVED_EVENT | Represents a |
TRANSFERRED_EVENT | Represents a |
UNASSIGNED_EVENT | Represents an |
UNLABELED_EVENT | Represents an |
UNLOCKED_EVENT | Represents an |
UNMARKED_AS_DUPLICATE_EVENT | Represents an |
UNPINNED_EVENT | Represents an |
UNSUBSCRIBED_EVENT | Represents an |
USER_BLOCKED_EVENT | Represents a |
PullRequestUpdateState
The possible target states when updating a pull request.
Valores para PullRequestUpdateState
| Nome | Descrição |
|---|---|
CLOSED | A pull request that has been closed without being merged. |
OPEN | A pull request that is still open. |
ReactionContent
Emojis that can be attached to Issues, Pull Requests and Comments.
Valores para ReactionContent
| Nome | Descrição |
|---|---|
CONFUSED | Represents the |
EYES | Represents the |
HEART | Represents the |
HOORAY | Represents the |
LAUGH | Represents the |
ROCKET | Represents the |
THUMBS_DOWN | Represents the |
THUMBS_UP | Represents the |
ReactionOrderField
A list of fields that reactions can be ordered by.
Valores para ReactionOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Allows ordering a list of reactions by when they were created. |
RefOrderField
Properties by which ref connections can be ordered.
Valores para RefOrderField
| Nome | Descrição |
|---|---|
ALPHABETICAL | Order refs by their alphanumeric name. |
TAG_COMMIT_DATE | Order refs by underlying commit date if the ref prefix is refs/tags/. |
ReleaseOrderField
Properties by which release connections can be ordered.
Valores para ReleaseOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order releases by creation time. |
NAME | Order releases alphabetically by name. |
RepoAccessAuditEntryVisibility
The privacy of a repository.
Valores para RepoAccessAuditEntryVisibility
| Nome | Descrição |
|---|---|
INTERNAL | The repository is visible only to users in the same enterprise. |
PRIVATE | The repository is visible only to those with explicit access. |
PUBLIC | The repository is visible to everyone. |
RepoAddMemberAuditEntryVisibility
The privacy of a repository.
Valores para RepoAddMemberAuditEntryVisibility
| Nome | Descrição |
|---|---|
INTERNAL | The repository is visible only to users in the same enterprise. |
PRIVATE | The repository is visible only to those with explicit access. |
PUBLIC | The repository is visible to everyone. |
RepoArchivedAuditEntryVisibility
The privacy of a repository.
Valores para RepoArchivedAuditEntryVisibility
| Nome | Descrição |
|---|---|
INTERNAL | The repository is visible only to users in the same enterprise. |
PRIVATE | The repository is visible only to those with explicit access. |
PUBLIC | The repository is visible to everyone. |
RepoChangeMergeSettingAuditEntryMergeType
The merge options available for pull requests to this repository.
Valores para RepoChangeMergeSettingAuditEntryMergeType
| Nome | Descrição |
|---|---|
MERGE | The pull request is added to the base branch in a merge commit. |
REBASE | Commits from the pull request are added onto the base branch individually without a merge commit. |
SQUASH | The pull request's commits are squashed into a single commit before they are merged to the base branch. |
RepoCreateAuditEntryVisibility
The privacy of a repository.
Valores para RepoCreateAuditEntryVisibility
| Nome | Descrição |
|---|---|
INTERNAL | The repository is visible only to users in the same enterprise. |
PRIVATE | The repository is visible only to those with explicit access. |
PUBLIC | The repository is visible to everyone. |
RepoDestroyAuditEntryVisibility
The privacy of a repository.
Valores para RepoDestroyAuditEntryVisibility
| Nome | Descrição |
|---|---|
INTERNAL | The repository is visible only to users in the same enterprise. |
PRIVATE | The repository is visible only to those with explicit access. |
PUBLIC | The repository is visible to everyone. |
RepoRemoveMemberAuditEntryVisibility
The privacy of a repository.
Valores para RepoRemoveMemberAuditEntryVisibility
| Nome | Descrição |
|---|---|
INTERNAL | The repository is visible only to users in the same enterprise. |
PRIVATE | The repository is visible only to those with explicit access. |
PUBLIC | The repository is visible to everyone. |
ReportedContentClassifiers
The reasons a piece of content can be reported or minimized.
Valores para ReportedContentClassifiers
| Nome | Descrição |
|---|---|
DUPLICATE | A duplicated piece of content. |
OFF_TOPIC | An irrelevant piece of content. |
OUTDATED | An outdated piece of content. |
RESOLVED | The content has been resolved. |
RepositoryAffiliation
The affiliation of a user to a repository.
Valores para RepositoryAffiliation
| Nome | Descrição |
|---|---|
COLLABORATOR | Repositories that the user has been added to as a collaborator. |
ORGANIZATION_MEMBER | Repositories that the user has access to through being a member of an organization. This includes every repository on every team that the user is on. |
OWNER | Repositories that are owned by the authenticated user. |
RepositoryContributionType
The reason a repository is listed as 'contributed'.
Valores para RepositoryContributionType
| Nome | Descrição |
|---|---|
COMMIT | Created a commit. |
ISSUE | Created an issue. |
PULL_REQUEST | Created a pull request. |
PULL_REQUEST_REVIEW | Reviewed a pull request. |
REPOSITORY | Created the repository. |
RepositoryCustomPropertyValuesEditableBy
The allowed actors who can edit the values of a custom property.
Valores para RepositoryCustomPropertyValuesEditableBy
| Nome | Descrição |
|---|---|
ORG_ACTORS | The organization actors. |
ORG_AND_REPO_ACTORS | The organization and repository actors. |
RepositoryInvitationOrderField
Properties by which repository invitation connections can be ordered.
Valores para RepositoryInvitationOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order repository invitations by creation time. |
RepositoryLockReason
The possible reasons a given repository could be in a locked state.
Valores para RepositoryLockReason
| Nome | Descrição |
|---|---|
BILLING | The repository is locked due to a billing related reason. |
MIGRATING | The repository is locked due to a migration. |
MOVING | The repository is locked due to a move. |
RENAME | The repository is locked due to a rename. |
TRADE_RESTRICTION | The repository is locked due to a trade controls related reason. |
TRANSFERRING_OWNERSHIP | The repository is locked due to an ownership transfer. |
RepositoryMigrationOrderDirection
Possible directions in which to order a list of repository migrations when provided an orderBy argument.
Valores para RepositoryMigrationOrderDirection
| Nome | Descrição |
|---|---|
ASC | Specifies an ascending order for a given |
DESC | Specifies a descending order for a given |
RepositoryMigrationOrderField
Properties by which repository migrations can be ordered.
Valores para RepositoryMigrationOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order mannequins why when they were created. |
RepositoryOrderField
Properties by which repository connections can be ordered.
Valores para RepositoryOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order repositories by creation time. |
NAME | Order repositories by name. |
PUSHED_AT | Order repositories by push time. |
STARGAZERS | Order repositories by number of stargazers. |
UPDATED_AT | Order repositories by update time. |
RepositoryPermission
The access level to a repository.
Valores para RepositoryPermission
| Nome | Descrição |
|---|---|
ADMIN | Can read, clone, and push to this repository. Can also manage issues, pull requests, and repository settings, including adding collaborators. |
MAINTAIN | Can read, clone, and push to this repository. They can also manage issues, pull requests, and some repository settings. |
READ | Can read and clone this repository. Can also open and comment on issues and pull requests. |
TRIAGE | Can read and clone this repository. Can also manage issues and pull requests. |
WRITE | Can read, clone, and push to this repository. Can also manage issues and pull requests. |
RepositoryPrivacy
The privacy of a repository.
Valores para RepositoryPrivacy
| Nome | Descrição |
|---|---|
PRIVATE | Private. |
PUBLIC | Public. |
RepositoryRuleOrderField
Properties by which repository rule connections can be ordered.
Valores para RepositoryRuleOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order repository rules by created time. |
TYPE | Order repository rules by type. |
UPDATED_AT | Order repository rules by updated time. |
RepositoryRuleType
The rule types supported in rulesets.
Valores para RepositoryRuleType
| Nome | Descrição |
|---|---|
AUTHORIZATION | Authorization. |
BRANCH_NAME_PATTERN | Branch name pattern. |
CODE_SCANNING | Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning must be enabled and have results for both the commit and the reference being updated. |
COMMITTER_EMAIL_PATTERN | Committer email pattern. |
COMMIT_AUTHOR_EMAIL_PATTERN | Commit author email pattern. |
COMMIT_MESSAGE_PATTERN | Commit message pattern. |
COPILOT_CODE_REVIEW | Request Copilot code review for new pull requests automatically if the author has access to Copilot code review and their premium requests quota has not reached the limit. |
CREATION | Only allow users with bypass permission to create matching refs. |
DELETION | Only allow users with bypass permissions to delete matching refs. |
FILE_EXTENSION_RESTRICTION | Prevent commits that include files with specified file extensions from being pushed to the commit graph. |
FILE_PATH_RESTRICTION | Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names. |
LOCK_BRANCH | Branch is read-only. Users cannot push to the branch. |
MAX_FILE_PATH_LENGTH | Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit graph. |
MAX_FILE_SIZE | Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. |
MAX_REF_UPDATES | Max ref updates. |
MERGE_QUEUE | Merges must be performed via a merge queue. |
MERGE_QUEUE_LOCKED_REF | Merge queue locked ref. |
NON_FAST_FORWARD | Prevent users with push access from force pushing to refs. |
PULL_REQUEST | Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. |
REQUIRED_DEPLOYMENTS | Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule. |
REQUIRED_LINEAR_HISTORY | Prevent merge commits from being pushed to matching refs. |
REQUIRED_REVIEW_THREAD_RESOLUTION | When enabled, all conversations on code must be resolved before a pull request can be merged into a branch that matches this rule. |
REQUIRED_SIGNATURES | Commits pushed to matching refs must have verified signatures. |
REQUIRED_STATUS_CHECKS | Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed to another ref where the checks pass. |
REQUIRED_WORKFLOW_STATUS_CHECKS | Require all commits be made to a non-target branch and submitted via a pull request and required workflow checks to pass before they can be merged. |
SECRET_SCANNING | Secret scanning. |
TAG | Tag. |
TAG_NAME_PATTERN | Tag name pattern. |
UPDATE | Only allow users with bypass permission to update matching refs. |
WORKFLOWS | Require all changes made to a targeted branch to pass the specified workflows before they can be merged. |
WORKFLOW_UPDATES | Workflow files cannot be modified. |
RepositoryRulesetBypassActorBypassMode
The bypass mode for a specific actor on a ruleset.
Valores para RepositoryRulesetBypassActorBypassMode
| Nome | Descrição |
|---|---|
ALWAYS | The actor can always bypass rules. |
EXEMPT | The actor is exempt from rules without generating a pass / fail result. |
PULL_REQUEST | The actor can only bypass rules via a pull request. |
RepositoryRulesetTarget
The targets supported for rulesets.
Valores para RepositoryRulesetTarget
| Nome | Descrição |
|---|---|
BRANCH | Branch. |
PUSH | Push. |
REPOSITORY | repository. |
TAG | Tag. |
RepositorySuggestedActorFilter
The possible filters for suggested actors in a repository.
Valores para RepositorySuggestedActorFilter
| Nome | Descrição |
|---|---|
CAN_BE_ASSIGNED | Actors that can be assigned to issues and pull requests. |
CAN_BE_AUTHOR | Actors that can be the author of issues and pull requests. |
RepositoryVisibility
The repository's visibility level.
Valores para RepositoryVisibility
| Nome | Descrição |
|---|---|
INTERNAL | The repository is visible only to users in the same enterprise. |
PRIVATE | The repository is visible only to those with explicit access. |
PUBLIC | The repository is visible to everyone. |
RepositoryVulnerabilityAlertDependencyScope
The possible scopes of an alert's dependency.
Valores para RepositoryVulnerabilityAlertDependencyScope
| Nome | Descrição |
|---|---|
DEVELOPMENT | A dependency that is only used in development. |
RUNTIME | A dependency that is leveraged during application runtime. |
RepositoryVulnerabilityAlertState
The possible states of an alert.
Valores para RepositoryVulnerabilityAlertState
| Nome | Descrição |
|---|---|
AUTO_DISMISSED | An alert that has been automatically closed by Dependabot. |
DISMISSED | An alert that has been manually closed by a user. |
FIXED | An alert that has been resolved by a code change. |
OPEN | An alert that is still open. |
RequestableCheckStatusState
The possible states that can be requested when creating a check run.
Valores para RequestableCheckStatusState
| Nome | Descrição |
|---|---|
COMPLETED | The check suite or run has been completed. |
IN_PROGRESS | The check suite or run is in progress. |
PENDING | The check suite or run is in pending state. |
QUEUED | The check suite or run has been queued. |
WAITING | The check suite or run is in waiting state. |
RoleInOrganization
Possible roles a user may have in relation to an organization.
Valores para RoleInOrganization
| Nome | Descrição |
|---|---|
DIRECT_MEMBER | A user who is a direct member of the organization. |
OWNER | A user with full administrative access to the organization. |
UNAFFILIATED | A user who is unaffiliated with the organization. |
RuleEnforcement
The level of enforcement for a rule or ruleset.
Valores para RuleEnforcement
| Nome | Descrição |
|---|---|
ACTIVE | Rules will be enforced. |
DISABLED | Do not evaluate or enforce rules. |
EVALUATE | Allow admins to test rules before enforcing them. Admins can view insights on
the Rule Insights page ( |
SamlDigestAlgorithm
The possible digest algorithms used to sign SAML requests for an identity provider.
Valores para SamlDigestAlgorithm
| Nome | Descrição |
|---|---|
SHA1 | SHA1. |
SHA256 | SHA256. |
SHA384 | SHA384. |
SHA512 | SHA512. |
SamlSignatureAlgorithm
The possible signature algorithms used to sign SAML requests for a Identity Provider.
Valores para SamlSignatureAlgorithm
| Nome | Descrição |
|---|---|
RSA_SHA1 | RSA-SHA1. |
RSA_SHA256 | RSA-SHA256. |
RSA_SHA384 | RSA-SHA384. |
RSA_SHA512 | RSA-SHA512. |
SavedReplyOrderField
Properties by which saved reply connections can be ordered.
Valores para SavedReplyOrderField
| Nome | Descrição |
|---|---|
UPDATED_AT | Order saved reply by when they were updated. |
SearchType
Represents the individual results of a search.
Valores para SearchType
| Nome | Descrição |
|---|---|
DISCUSSION | Returns matching discussions in repositories. |
ISSUE | Returns results matching issues in repositories. |
ISSUE_ADVANCED | Returns results matching issues in repositories. |
REPOSITORY | Returns results matching repositories. |
USER | Returns results matching users and organizations on GitHub. |
SecurityAdvisoryClassification
Classification of the advisory.
Valores para SecurityAdvisoryClassification
| Nome | Descrição |
|---|---|
GENERAL | Classification of general advisories. |
MALWARE | Classification of malware advisories. |
SecurityAdvisoryEcosystem
The possible ecosystems of a security vulnerability's package.
Valores para SecurityAdvisoryEcosystem
| Nome | Descrição |
|---|---|
ACTIONS | GitHub Actions. |
COMPOSER | PHP packages hosted at packagist.org. |
ERLANG | Erlang/Elixir packages hosted at hex.pm. |
GO | Go modules. |
MAVEN | Java artifacts hosted at the Maven central repository. |
NPM | JavaScript packages hosted at npmjs.com. |
NUGET | .NET packages hosted at the NuGet Gallery. |
PIP | Python packages hosted at PyPI.org. |
PUB | Dart packages hosted at pub.dev. |
RUBYGEMS | Ruby gems hosted at RubyGems.org. |
RUST | Rust crates. |
SWIFT | Swift packages. |
SecurityAdvisorySeverity
Severity of the vulnerability.
Valores para SecurityAdvisorySeverity
| Nome | Descrição |
|---|---|
CRITICAL | Critical. |
HIGH | High. |
LOW | Low. |
MODERATE | Moderate. |
SocialAccountProvider
Software or company that hosts social media accounts.
Valores para SocialAccountProvider
| Nome | Descrição |
|---|---|
BLUESKY | Decentralized microblogging social platform. |
FACEBOOK | Social media and networking website. |
GENERIC | Catch-all for social media providers that do not yet have specific handling. |
HOMETOWN | Fork of Mastodon with a greater focus on local posting. |
INSTAGRAM | Social media website with a focus on photo and video sharing. |
LINKEDIN | Professional networking website. |
MASTODON | Open-source federated microblogging service. |
NPM | JavaScript package registry. |
REDDIT | Social news aggregation and discussion website. |
TWITCH | Live-streaming service. |
TWITTER | Microblogging website. |
YOUTUBE | Online video platform. |
SquashMergeCommitMessage
The possible default commit messages for squash merges.
Valores para SquashMergeCommitMessage
| Nome | Descrição |
|---|---|
BLANK | Default to a blank commit message. |
COMMIT_MESSAGES | Default to the branch's commit messages. |
PR_BODY | Default to the pull request's body. |
SquashMergeCommitTitle
The possible default commit titles for squash merges.
Valores para SquashMergeCommitTitle
| Nome | Descrição |
|---|---|
COMMIT_OR_PR_TITLE | Default to the commit's title (if only one commit) or the pull request's title (when more than one commit). |
PR_TITLE | Default to the pull request's title. |
StarOrderField
Properties by which star connections can be ordered.
Valores para StarOrderField
| Nome | Descrição |
|---|---|
STARRED_AT | Allows ordering a list of stars by when they were created. |
StatusState
The possible commit status states.
Valores para StatusState
| Nome | Descrição |
|---|---|
ERROR | Status is errored. |
EXPECTED | Status is expected. |
FAILURE | Status is failing. |
PENDING | Status is pending. |
SUCCESS | Status is successful. |
SubscriptionState
The possible states of a subscription.
Valores para SubscriptionState
| Nome | Descrição |
|---|---|
IGNORED | The User is never notified. |
SUBSCRIBED | The User is notified of all conversations. |
UNSUBSCRIBED | The User is only notified when participating or @mentioned. |
TeamDiscussionCommentOrderField
Properties by which team discussion comment connections can be ordered.
Valores para TeamDiscussionCommentOrderField
| Nome | Descrição |
|---|---|
NUMBER | Allows sequential ordering of team discussion comments (which is equivalent to chronological ordering). |
TeamDiscussionOrderField
Properties by which team discussion connections can be ordered.
Valores para TeamDiscussionOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Allows chronological ordering of team discussions. |
TeamMemberOrderField
Properties by which team member connections can be ordered.
Valores para TeamMemberOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order team members by creation time. |
LOGIN | Order team members by login. |
TeamMemberRole
The possible team member roles; eithermaintaineror 'member'.
Valores para TeamMemberRole
| Nome | Descrição |
|---|---|
MAINTAINER | A team maintainer has permission to add and remove team members. |
MEMBER | A team member has no administrative permissions on the team. |
TeamMembershipType
Defines which types of team members are included in the returned list. Can be one of IMMEDIATE, CHILD_TEAM or ALL.
Valores para TeamMembershipType
| Nome | Descrição |
|---|---|
ALL | Includes immediate and child team members for the team. |
CHILD_TEAM | Includes only child team members for the team. |
IMMEDIATE | Includes only immediate members of the team. |
TeamNotificationSetting
The possible team notification values.
Valores para TeamNotificationSetting
| Nome | Descrição |
|---|---|
NOTIFICATIONS_DISABLED | No one will receive notifications. |
NOTIFICATIONS_ENABLED | Everyone will receive notifications when the team is @mentioned. |
TeamOrderField
Properties by which team connections can be ordered.
Valores para TeamOrderField
| Nome | Descrição |
|---|---|
NAME | Allows ordering a list of teams by name. |
TeamPrivacy
The possible team privacy values.
Valores para TeamPrivacy
| Nome | Descrição |
|---|---|
SECRET | A secret team can only be seen by its members. |
VISIBLE | A visible team can be seen and @mentioned by every member of the organization. |
TeamRepositoryOrderField
Properties by which team repository connections can be ordered.
Valores para TeamRepositoryOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order repositories by creation time. |
NAME | Order repositories by name. |
PERMISSION | Order repositories by permission. |
PUSHED_AT | Order repositories by push time. |
STARGAZERS | Order repositories by number of stargazers. |
UPDATED_AT | Order repositories by update time. |
TeamReviewAssignmentAlgorithm
The possible team review assignment algorithms.
Valores para TeamReviewAssignmentAlgorithm
| Nome | Descrição |
|---|---|
LOAD_BALANCE | Balance review load across the entire team. |
ROUND_ROBIN | Alternate reviews between each team member. |
TeamRole
The role of a user on a team.
Valores para TeamRole
| Nome | Descrição |
|---|---|
ADMIN | User has admin rights on the team. |
MEMBER | User is a member of the team. |
ThreadSubscriptionFormAction
The possible states of a thread subscription form action.
Valores para ThreadSubscriptionFormAction
| Nome | Descrição |
|---|---|
NONE | The User cannot subscribe or unsubscribe to the thread. |
SUBSCRIBE | The User can subscribe to the thread. |
UNSUBSCRIBE | The User can unsubscribe to the thread. |
ThreadSubscriptionState
The possible states of a subscription.
Valores para ThreadSubscriptionState
| Nome | Descrição |
|---|---|
DISABLED | The subscription status is currently disabled. |
IGNORING_LIST | The User is never notified because they are ignoring the list. |
IGNORING_THREAD | The User is never notified because they are ignoring the thread. |
NONE | The User is not recieving notifications from this thread. |
SUBSCRIBED_TO_LIST | The User is notified becuase they are watching the list. |
SUBSCRIBED_TO_THREAD | The User is notified because they are subscribed to the thread. |
SUBSCRIBED_TO_THREAD_EVENTS | The User is notified because they chose custom settings for this thread. |
SUBSCRIBED_TO_THREAD_TYPE | The User is notified because they chose custom settings for this thread. |
UNAVAILABLE | The subscription status is currently unavailable. |
TwoFactorCredentialSecurityType
Filters by whether or not 2FA is enabled and if the method configured is considered secure or insecure.
Valores para TwoFactorCredentialSecurityType
| Nome | Descrição |
|---|---|
DISABLED | No method of two-factor authentication. |
INSECURE | Has an insecure method of two-factor authentication. GitHub currently defines this as SMS two-factor authentication. |
SECURE | Has only secure methods of two-factor authentication. |
UserBlockDuration
The possible durations that a user can be blocked for.
Valores para UserBlockDuration
| Nome | Descrição |
|---|---|
ONE_DAY | The user was blocked for 1 day. |
ONE_MONTH | The user was blocked for 30 days. |
ONE_WEEK | The user was blocked for 7 days. |
PERMANENT | The user was blocked permanently. |
THREE_DAYS | The user was blocked for 3 days. |
UserStatusOrderField
Properties by which user status connections can be ordered.
Valores para UserStatusOrderField
| Nome | Descrição |
|---|---|
UPDATED_AT | Order user statuses by when they were updated. |
UserViewType
Whether a user being viewed contains public or private information.
Valores para UserViewType
| Nome | Descrição |
|---|---|
PRIVATE | A user containing information only visible to the authenticated user. |
PUBLIC | A user that is publicly visible. |
VerifiableDomainOrderField
Properties by which verifiable domain connections can be ordered.
Valores para VerifiableDomainOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order verifiable domains by their creation date. |
DOMAIN | Order verifiable domains by the domain name. |
WorkflowRunOrderField
Properties by which workflow run connections can be ordered.
Valores para WorkflowRunOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order workflow runs by most recently created. |
WorkflowState
The possible states for a workflow.
Valores para WorkflowState
| Nome | Descrição |
|---|---|
ACTIVE | The workflow is active. |
DELETED | The workflow was deleted from the git repository. |
DISABLED_FORK | The workflow was disabled by default on a fork. |
DISABLED_INACTIVITY | The workflow was disabled for inactivity in the repository. |
DISABLED_MANUALLY | The workflow was disabled manually. |