ManageIQ/miq_bot

View on GitHub
lib/tasks/pull_request_monitor.rake

Summary

Maintainability
Test Coverage
namespace :pull_request_monitor do
  task :poll_single => :environment do
    PullRequestMonitor.perform_async
  end
end