From fc12a248e2df417d7b671b62ed998d8d333a9c5b Mon Sep 17 00:00:00 2001 From: CryogenicBot Date: Mon, 21 Aug 2023 14:55:29 -0400 Subject: [PATCH] adding merge-comment to action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index cef861f..0e74de3 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,10 @@ inputs: description: "Footer text for the Github comment" required: true default: "This is an automatically generated QA checklist based on modified files." + merge-comment: + description: "Merges any new checklist items with the existing checklist comment" + required: true + default: "true" include-hidden-files: description: "Includes files and folders starting with '.' in file pattern matching" required: true