Skip to content

Commit 57a0964

Browse files
authored
Merge pull request #33016 from github/repo-sync
Repo sync
2 parents 8ef6dfa + 08aa40e commit 57a0964

File tree

6 files changed

+32
-1
lines changed

6 files changed

+32
-1
lines changed

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "d65adb5112d1433005f4a8e603096b51cdf1f109"
6+
"sha": "e92297ad652a98b6f8928e1e7755b017b6e00e35"
77
}

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value 'BRANCH_POLICY<code>was added to enum</code>DeploymentProtectionRuleType'</p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2024-05-17"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10557,6 +10557,11 @@ type DeploymentProtectionRuleEdge {
1055710557
The possible protection rule types.
1055810558
"""
1055910559
enum DeploymentProtectionRuleType {
10560+
"""
10561+
Branch policy
10562+
"""
10563+
BRANCH_POLICY
10564+
1056010565
"""
1056110566
Required reviewers
1056210567
"""

src/graphql/data/fpt/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82364,6 +82364,10 @@
8236482364
"href": "/graphql/reference/enums#deploymentprotectionruletype",
8236582365
"description": "<p>The possible protection rule types.</p>",
8236682366
"values": [
82367+
{
82368+
"name": "BRANCH_POLICY",
82369+
"description": "<p>Branch policy.</p>"
82370+
},
8236782371
{
8236882372
"name": "REQUIRED_REVIEWERS",
8236982373
"description": "<p>Required reviewers.</p>"

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10557,6 +10557,11 @@ type DeploymentProtectionRuleEdge {
1055710557
The possible protection rule types.
1055810558
"""
1055910559
enum DeploymentProtectionRuleType {
10560+
"""
10561+
Branch policy
10562+
"""
10563+
BRANCH_POLICY
10564+
1056010565
"""
1056110566
Required reviewers
1056210567
"""

src/graphql/data/ghec/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82364,6 +82364,10 @@
8236482364
"href": "/graphql/reference/enums#deploymentprotectionruletype",
8236582365
"description": "<p>The possible protection rule types.</p>",
8236682366
"values": [
82367+
{
82368+
"name": "BRANCH_POLICY",
82369+
"description": "<p>Branch policy.</p>"
82370+
},
8236782371
{
8236882372
"name": "REQUIRED_REVIEWERS",
8236982373
"description": "<p>Required reviewers.</p>"

0 commit comments

Comments
 (0)