Skip to content

Commit

Permalink
Merge branch 'main' into rocks_isolation_and_versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19-cw authored Aug 2, 2024
2 parents 8af537a + 54e050a commit d01c5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/slack-notifiers/comments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def notify_slack(tag)
def report_tag_comments
raise "Please provide SLACK_WEBHOOK_URL" if ENV['SLACK_WEBHOOK_URL'].nil?

tags = %w[TODO FIXME HACK XXX OPTIMIZE BUG]
tags = %w[TODO FIXME HACK XXX OPTIMIZE]

tags.each do |tag|
generate_tag_file(tag)
Expand Down

0 comments on commit d01c5e6

Please sign in to comment.