Skip to content

Commit 87e402f

Browse files
authored
feat: Allow user to disable the thankyou message (#201)
* disable thanks * wrong get input * updated * packaged
1 parent 77e16f7 commit 87e402f

File tree

4 files changed

+31160
-7938
lines changed

4 files changed

+31160
-7938
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ inputs:
9595
description: 'For remove labels'
9696
close-issue:
9797
description: 'For mark-duplicate'
98+
show-thanks:
99+
description: 'Whether to print the thank-you banner'
100+
required: false
101+
default: 'true'
98102

99103
outputs:
100104
issue-number:

0 commit comments

Comments
 (0)