We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a20ab commit 62db021Copy full SHA for 62db021
1 file changed
app/services/github.rb
@@ -21,6 +21,8 @@ def commits project
21
commits += last_resoponse.data
22
end
23
24
+
25
+ commits
26
27
28
def repository_info project
0 commit comments