Skip to content

Commit

Permalink
Merge pull request #519 from alphagov/fix-seal
Browse files Browse the repository at this point in the history
Fix Dependapanda
  • Loading branch information
MuriloDalRi authored Apr 9, 2024
2 parents f0e2cd9 + 6c5186f commit 351c50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/seal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def bark_at(team, mode: nil)
send_quotes_message(team, mode)
when "dependapanda"
if team.dependapanda
MessageBuilder.new(team, :panda).build
sleep 60 # to prevent rate-limiting
MessageBuilder.new(team, :panda).build
end
when "ci"
MessageBuilder.new(team, :ci).build if team.ci_checks
Expand Down

0 comments on commit 351c50c

Please sign in to comment.