Skip to content

Commit d4279d3

Browse files
author
Tom Copeland
committed
Don't approve commit notification news bytes
1 parent 9fe782a commit d4279d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/tasks/rubyforge.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace :rubyforge do
1515
desc "Approve all pending news bytes"
1616
task :approve_news => :environment do
1717
NewsByte.pending_approval.each do |news_byte|
18-
news_byte.approve!
18+
news_byte.approve! unless news_byte.summary =~ /Commit Notification/
1919
end
2020
end
2121

0 commit comments

Comments
 (0)