File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,15 +146,15 @@ def support_tier_message(tier:)
146146 return if tier . to_s == "1"
147147
148148 tier_title , tier_slug , tier_issues = if tier . to_s == "unsupported"
149- [ "Unsupported" , "unsupported" , "Do not report any" ]
149+ [ "Unsupported" , "unsupported" , "Do not report any issues " ]
150150 else
151- [ "Tier #{ tier } " , "tier-#{ tier . to_s . downcase } " , "You can report Tier #{ tier } unrelated " ]
151+ [ "Tier #{ tier } " , "tier-#{ tier . to_s . downcase } " , "You can report issues with Tier #{ tier } configurations " ]
152152 end
153153
154154 <<~EOS
155155 This is a #{ tier_title } configuration:
156156 #{ Formatter . url ( "https://docs.brew.sh/Support-Tiers##{ tier_slug } " ) }
157- #{ Formatter . bold ( "#{ tier_issues } issues to Homebrew/* repositories!" ) }
157+ #{ Formatter . bold ( "#{ tier_issues } to Homebrew/* repositories!" ) }
158158 Read the above document before opening any issues or PRs.
159159 EOS
160160 end
You can’t perform that action at this time.
0 commit comments