We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e54f4 commit c34ca83Copy full SHA for c34ca83
app/models/github_badge.rb
@@ -1,3 +1,6 @@
1
+# TODO: Refactor API Calls to Sidekiq Workers
2
+# TODO: Verify that GITHUB_ADMIN_USER is required, and can't be replaced with app based auth
3
+# TODO: Refactor/Reflow Error Handling, Don't rescue fail. Defer to sidekiq job auto retry
4
class GithubBadge
5
def initialize
6
@client = Octokit::Client.new(
0 commit comments