Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 90ed705

Browse files
I believe we want this method here
1 parent 578a36b commit 90ed705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.Api/Git/RepositoryManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ interface IRepositoryManager : IDisposable
4141
ITask ListLocks(bool local);
4242
ITask LockFile(string file);
4343
ITask UnlockFile(string file, bool force);
44+
int WaitForEvents();
4445
}
4546

4647
interface IRepositoryPathConfiguration

0 commit comments

Comments
 (0)