Skip to content

Commit

Permalink
Merge pull request #70 from Yegorov/188
Browse files Browse the repository at this point in the history
judges-action#188: fix search_issues in Fbe::FakeOctokit
  • Loading branch information
yegor256 authored Aug 16, 2024
2 parents 1b529fc + 6e0e4f8 commit 8ba3664
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/fbe/octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,10 @@ def pull_request(repo, number)
number:,
repo: {
full_name: repo
}
},
additions: 12,
deletions: 5,
changed_files: 3
}
end

Expand Down

0 comments on commit 8ba3664

Please sign in to comment.