Skip to content

Commit 588c6d2

Browse files
committed
Fix webhook key issues
1 parent fc29f2f commit 588c6d2

File tree

220 files changed

+236
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+236
-235
lines changed

composer.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/OpenAPI/ApiGitHubCom/Schema/147/B.php renamed to src/OpenAPI/ApiGitHubCom/Schema/PullRequestReviewRequestRemoved/B.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/OpenAPI/ApiGitHubCom/Schema/147/C.php renamed to src/OpenAPI/ApiGitHubCom/Schema/PullRequestReviewRequestRemoved/C.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/OpenAPI/ApiGitHubCom/Schema/148/B.php renamed to src/OpenAPI/ApiGitHubCom/Schema/PullRequestReviewRequested/B.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/OpenAPI/ApiGitHubCom/Schema/148/C.php renamed to src/OpenAPI/ApiGitHubCom/Schema/PullRequestReviewRequested/C.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/OpenAPI/ApiGitHubCom/WebHook/0.php renamed to src/OpenAPI/ApiGitHubCom/WebHook/BranchProtectionRuleCreated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHook;
44

5-
final class 0 implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
5+
final class BranchProtectionRuleCreated implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
66
{
77
public function resolve(array $data) : string
88
{

src/OpenAPI/ApiGitHubCom/WebHook/1.php renamed to src/OpenAPI/ApiGitHubCom/WebHook/BranchProtectionRuleDeleted.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHook;
44

5-
final class 1 implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
5+
final class BranchProtectionRuleDeleted implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
66
{
77
public function resolve(array $data) : string
88
{

src/OpenAPI/ApiGitHubCom/WebHook/2.php renamed to src/OpenAPI/ApiGitHubCom/WebHook/BranchProtectionRuleEdited.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHook;
44

5-
final class 2 implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
5+
final class BranchProtectionRuleEdited implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
66
{
77
public function resolve(array $data) : string
88
{

src/OpenAPI/ApiGitHubCom/WebHook/3.php renamed to src/OpenAPI/ApiGitHubCom/WebHook/CheckRunCompleted.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHook;
44

5-
final class 3 implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
5+
final class CheckRunCompleted implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
66
{
77
public function resolve(array $data) : string
88
{

src/OpenAPI/ApiGitHubCom/WebHook/4.php renamed to src/OpenAPI/ApiGitHubCom/WebHook/CheckRunCreated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHook;
44

5-
final class 4 implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
5+
final class CheckRunCreated implements \ApiClients\Client\Github\OpenAPI\ApiGitHubCom\WebHookInterface
66
{
77
public function resolve(array $data) : string
88
{

0 commit comments

Comments
 (0)