1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge branch 'main' into patch-1

This commit is contained in:
Martin Lopes
2021-05-18 13:19:37 +10:00
committed by GitHub
48 changed files with 7112 additions and 3407 deletions

View File

@@ -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.
"""

View File

@@ -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.
"""

View File

@@ -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).