Skip to content

Commit

Permalink
#25 create_commit_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 16, 2024
1 parent 8984255 commit 1cd26be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/fbe/octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ def add_comment(_repo, _issue, _text)
}
end

def create_commit_comment(_repo, _sha, _text)
{
id: 42
}
end

def search_issues(_query, _options = {})
{
items: [
Expand Down

0 comments on commit 1cd26be

Please sign in to comment.