Merge branch 'main' into patch-1
This commit is contained in:
@@ -36576,6 +36576,16 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryOwne
|
||||
"""
|
||||
bioHTML: HTML!
|
||||
|
||||
"""
|
||||
Could this user receive email notifications, if the organization had notification restrictions enabled?
|
||||
"""
|
||||
canReceiveOrganizationEmailsWhenNotificationsRestricted(
|
||||
"""
|
||||
The login of the organization to check.
|
||||
"""
|
||||
login: String!
|
||||
): Boolean!
|
||||
|
||||
"""
|
||||
A list of commit comments made by this user.
|
||||
"""
|
||||
|
||||
@@ -8747,6 +8747,11 @@ type EnterpriseOwnerInfo {
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Filter whether or not the domain is approved.
|
||||
"""
|
||||
isApproved: Boolean = null
|
||||
|
||||
"""
|
||||
Filter whether or not the domain is verified.
|
||||
"""
|
||||
@@ -20158,6 +20163,11 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
|
||||
"""
|
||||
first: Int
|
||||
|
||||
"""
|
||||
Filter by if the domain is approved.
|
||||
"""
|
||||
isApproved: Boolean = null
|
||||
|
||||
"""
|
||||
Filter by if the domain is verified.
|
||||
"""
|
||||
@@ -39907,6 +39917,16 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
||||
"""
|
||||
bioHTML: HTML!
|
||||
|
||||
"""
|
||||
Could this user receive email notifications, if the organization had notification restrictions enabled?
|
||||
"""
|
||||
canReceiveOrganizationEmailsWhenNotificationsRestricted(
|
||||
"""
|
||||
The login of the organization to check.
|
||||
"""
|
||||
login: String!
|
||||
): Boolean!
|
||||
|
||||
"""
|
||||
A list of commit comments made by this user.
|
||||
"""
|
||||
@@ -41324,6 +41344,11 @@ type VerifiableDomain implements Node {
|
||||
hasFoundVerificationToken: Boolean!
|
||||
id: ID!
|
||||
|
||||
"""
|
||||
Whether or not the domain is approved.
|
||||
"""
|
||||
isApproved: Boolean!
|
||||
|
||||
"""
|
||||
Whether this domain is required to exist for an organization or enterprise policy to be enforced.
|
||||
"""
|
||||
|
||||
@@ -23,7 +23,7 @@ pip | `pip` | v20 | | **✓** | |
|
||||
pipenv | `pip` | <= 2018.11.26 | | **✓** | |
|
||||
pip-compile | `pip` | 5.5.0 | | **✓** | |
|
||||
poetry | `pip` | v1 | | **✓** | |
|
||||
Terraform | `terraform` | <= 0.11 | **✓** | **✓** | |
|
||||
Terraform | `terraform` | <= 0.15 | **✓** | **✓** | |
|
||||
yarn | `npm` | v1 | **✓** | **✓** | |
|
||||
|
||||
[1] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle` and `build.gradle.kts` (for Kotlin projects).
|
||||
|
||||
Reference in New Issue
Block a user