Skip to content

Commit

Permalink
#44 commits_since
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 29, 2024
1 parent 71872bd commit 9e9b5be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/fbe/octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,22 @@ def search_issues(_query, _options = {})
}
end

def commits_since(_repo, _since)
[
commit('a1b2c3d4e5f6a1b2c3d4e5f6'),
commit('a1b2c3d4e5fff1b2c3d4e5f6')
]
end

def commit(_repo, sha)
{
sha:,
stats: {
total: 123
}
}
end

def issue_timeline(_repo, _issue, _options = {})
[
{
Expand Down

0 comments on commit 9e9b5be

Please sign in to comment.