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 5c4b002 commit 007aa15Copy full SHA for 007aa15
lib/algora/integrations/github/poller/search.ex
@@ -205,13 +205,6 @@ defmodule Algora.Github.Poller.Search do
205
206
blocked? = comment["author"]["login"] in Algora.Settings.get_blocked_users()
207
208
- if blocked? do
209
- Admin.alert(
210
- "Skipping slash command from blocked user #{comment["author"]["login"]}. URL: #{comment["url"]}",
211
- :debug
212
- )
213
- end
214
-
215
not is_nil(installation_token) or bot? or already_processed? or blocked?
216
end)
217
|> Enum.flat_map(fn comment ->
0 commit comments