Skip to content

Commit e57fd65

Browse files
authored
Merge pull request #27 from CryogenicBot/preserve-checklist-state
Adding merge-comment input to action.yml
2 parents af4b621 + fc12a24 commit e57fd65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ inputs:
99
description: "Footer text for the Github comment"
1010
required: true
1111
default: "This is an automatically generated QA checklist based on modified files."
12+
merge-comment:
13+
description: "Merges any new checklist items with the existing checklist comment"
14+
required: true
15+
default: "true"
1216
include-hidden-files:
1317
description: "Includes files and folders starting with '.' in file pattern matching"
1418
required: true

0 commit comments

Comments
 (0)