mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 19:11:30 +00:00
do not auto-merge the deployment tests, as things break
This commit is contained in:
@@ -52,7 +52,7 @@ public class DeploymentStatusClientTests : IDisposable
|
||||
var newCommit = new NewCommit("test-commit", treeResult.Sha);
|
||||
_commit = _gitHubClient.GitDatabase.Commit.Create(_repositoryOwner, _repository.Name, newCommit).Result;
|
||||
|
||||
var newDeployment = new NewDeployment { Ref = _commit.Sha };
|
||||
var newDeployment = new NewDeployment { Ref = _commit.Sha, AutoMerge = false };
|
||||
_deployment = _deploymentsClient.Create(_repositoryOwner, _repository.Name, newDeployment).Result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user