diff --git a/TGServiceInterface/Repository.cs b/TGServiceInterface/Repository.cs
index ac69f3bd854..2e37dfc6279 100644
--- a/TGServiceInterface/Repository.cs
+++ b/TGServiceInterface/Repository.cs
@@ -187,11 +187,12 @@ public interface ITGRepository
[OperationContract]
string GenerateChangelog(out string error);
- ///
- /// Pushes the changelog to the currently git, this operation will only run if the changelog is the only difference to be pushed (i.e. no PRs merged)
- ///
- /// null on success, error on failure
- string PushChangelog();
+ ///
+ /// Pushes the changelog to the currently git, this operation will only run if the changelog is the only difference to be pushed (i.e. no PRs merged)
+ ///
+ /// null on success, error on failure
+ [OperationContract]
+ string PushChangelog();
///
/// Sets the path to the python 2.7 installation