From aede351eee53ce0f46666a40553f76250f7ae383 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Sun, 9 Apr 2023 05:35:08 +0800 Subject: [PATCH] dev-cmd/bump-formula-pr: add a checkbox for resource updates Contributors and maintainers usually strike through the message after checking `resource` blocks for updates. Let's add a checkbox to make it easier to update the status. Signed-off-by: Ruoyu Zhong --- Library/Homebrew/dev-cmd/bump-formula-pr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/bump-formula-pr.rb b/Library/Homebrew/dev-cmd/bump-formula-pr.rb index 0fc23e0e70..519cf2d4b4 100644 --- a/Library/Homebrew/dev-cmd/bump-formula-pr.rb +++ b/Library/Homebrew/dev-cmd/bump-formula-pr.rb @@ -342,7 +342,7 @@ module Homebrew pr_message += <<~EOS - `resource` blocks may require updates. + - [ ] `resource` blocks have been checked for updates. EOS end