1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00

Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into fix-file-size-limit

This commit is contained in:
shimon 2024-03-20 11:06:27 +02:00
commit 938f98d8fd

View file

@ -95,7 +95,7 @@ $createGitDeployments = function (GitHub $github, string $providerInstallationId
$latestCommentId = '';
if (!empty($providerPullRequestId)) {
if (!empty($providerPullRequestId) && $function->getAttribute('providerSilentMode', false) === false) {
$latestComment = Authorization::skip(fn () => $dbForConsole->findOne('vcsComments', [
Query::equal('providerRepositoryId', [$providerRepositoryId]),
Query::equal('providerPullRequestId', [$providerPullRequestId]),