Skip to content

Commit 215c1db

Browse files
authored
Merge pull request #1451 from php-api-clients/GitHubEnterprise-3.15/from-1.1.4-2a1d0ccfe930b8ed692c2e9d0749415f-from-1.1.4-2a1d0ccfe930b8ed692c2e9d0749415f
2 parents d2d62a1 + e6acd96 commit 215c1db

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

clients/GitHubEnterprise-3.15/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13621,7 +13621,7 @@ You can find more about this operation over at the [API method documentation](ht
1362113621

1362213622
### repos/check-automated-security-fixes
1362313623

13624-
Check if automated security fixes are enabled for a repository
13624+
Check if Dependabot security updates are enabled for a repository
1362513625

1362613626
Using the `call` method:
1362713627
```php
@@ -13638,7 +13638,7 @@ $client->operations()->repos()->checkAutomatedSecurityFixes( owner: 'gene
1363813638
);
1363913639
```
1364013640

13641-
You can find more about this operation over at the [API method documentation](https://docs.github.com/[email protected]/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository).
13641+
You can find more about this operation over at the [API method documentation](https://docs.github.com/[email protected]/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository).
1364213642

1364313643

1364413644
### repos/list-branches

clients/GitHubEnterprise-3.15/etc/openapi-client-generator.state

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "de31bad8d7652bbd8cfe52f62d4572c6",
2+
"specHash": "2a1d0ccfe930b8ed692c2e9d0749415f",
33
"generatedFiles": {
44
"files": [
55
{
@@ -14572,7 +14572,7 @@
1457214572
},
1457314573
{
1457414574
"name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/CheckAutomatedSecurityFixes.php",
14575-
"hash": "8b3e4e3b089e11c7a2a5c1af8fd12226"
14575+
"hash": "02e7a629d3aa691c6e924695c315f095"
1457614576
},
1457714577
{
1457814578
"name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/ProtectedBranchRequiredStatusCheck.php",
@@ -30312,7 +30312,7 @@
3031230312
},
3031330313
{
3031430314
"name": "..\/..\/composer.lock",
30315-
"hash": "9968921f0959a081d8998c22c95e7f44"
30315+
"hash": "ba3412e727d85b330527d34ff8accb9e"
3031630316
}
3031730317
]
3031830318
}

clients/GitHubEnterprise-3.15/src/Schema/CheckAutomatedSecurityFixes.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
final readonly class CheckAutomatedSecurityFixes
88
{
99
public const SCHEMA_JSON = '{
10-
"title": "Check Automated Security Fixes",
10+
"title": "Check Dependabot security updates",
1111
"required": [
1212
"enabled",
1313
"paused"
@@ -16,31 +16,31 @@
1616
"properties": {
1717
"enabled": {
1818
"type": "boolean",
19-
"description": "Whether automated security fixes are enabled for the repository.",
19+
"description": "Whether Dependabot security updates are enabled for the repository.",
2020
"examples": [
2121
true
2222
]
2323
},
2424
"paused": {
2525
"type": "boolean",
26-
"description": "Whether automated security fixes are paused for the repository.",
26+
"description": "Whether Dependabot security updates are paused for the repository.",
2727
"examples": [
2828
false
2929
]
3030
}
3131
},
32-
"description": "Check Automated Security Fixes"
32+
"description": "Check Dependabot security updates"
3333
}';
34-
public const SCHEMA_TITLE = 'Check Automated Security Fixes';
35-
public const SCHEMA_DESCRIPTION = 'Check Automated Security Fixes';
34+
public const SCHEMA_TITLE = 'Check Dependabot security updates';
35+
public const SCHEMA_DESCRIPTION = 'Check Dependabot security updates';
3636
public const SCHEMA_EXAMPLE_DATA = '{
3737
"enabled": true,
3838
"paused": false
3939
}';
4040

4141
/**
42-
* enabled: Whether automated security fixes are enabled for the repository.
43-
* paused: Whether automated security fixes are paused for the repository.
42+
* enabled: Whether Dependabot security updates are enabled for the repository.
43+
* paused: Whether Dependabot security updates are paused for the repository.
4444
*/
4545
public function __construct(public bool $enabled, public bool $paused)
4646
{

etc/specs/GitHubEnterprise-3.15/current.spec.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23618,17 +23618,17 @@ paths:
2361823618
subcategory: autolinks
2361923619
"/repos/{owner}/{repo}/automated-security-fixes":
2362023620
get:
23621-
summary: Check if automated security fixes are enabled for a repository
23622-
description: Shows whether automated security fixes are enabled, disabled or
23623-
paused for a repository. The authenticated user must have admin read access
23624-
to the repository. For more information, see "[Configuring automated security
23625-
fixes](https://docs.github.com/[email protected]/articles/configuring-automated-security-fixes)".
23621+
summary: Check if Dependabot security updates are enabled for a repository
23622+
description: Shows whether Dependabot security updates are enabled, disabled
23623+
or paused for a repository. The authenticated user must have admin read access
23624+
to the repository. For more information, see "[Configuring Dependabot security
23625+
updates](https://docs.github.com/[email protected]/articles/configuring-automated-security-fixes)".
2362623626
tags:
2362723627
- repos
2362823628
operationId: repos/check-automated-security-fixes
2362923629
externalDocs:
2363023630
description: API method documentation
23631-
url: https://docs.github.com/[email protected]/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository
23631+
url: https://docs.github.com/[email protected]/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository
2363223632
parameters:
2363323633
- "$ref": "#/components/parameters/owner"
2363423634
- "$ref": "#/components/parameters/repo"
@@ -80698,18 +80698,18 @@ components:
8069880698
- url_template
8069980699
- is_alphanumeric
8070080700
check-automated-security-fixes:
80701-
title: Check Automated Security Fixes
80702-
description: Check Automated Security Fixes
80701+
title: Check Dependabot security updates
80702+
description: Check Dependabot security updates
8070380703
type: object
8070480704
properties:
8070580705
enabled:
8070680706
type: boolean
80707-
description: Whether automated security fixes are enabled for the repository.
80707+
description: Whether Dependabot security updates are enabled for the repository.
8070880708
examples:
8070980709
- true
8071080710
paused:
8071180711
type: boolean
80712-
description: Whether automated security fixes are paused for the repository.
80712+
description: Whether Dependabot security updates are paused for the repository.
8071380713
examples:
8071480714
- false
8071580715
required:

0 commit comments

Comments
 (0)