Add support for posting comment on closure (#99)

This commit is contained in:
Owen Voke
2020-07-13 18:05:59 +01:00
committed by GitHub
parent e169e4e149
commit 32507178a3
5 changed files with 59 additions and 9 deletions

View File

@@ -9,6 +9,10 @@ inputs:
description: 'The message to post on the issue when tagging it. If none provided, will not mark issues stale.'
stale-pr-message:
description: 'The message to post on the pr when tagging it. If none provided, will not mark pull requests stale.'
close-issue-message:
description: 'The message to post on the issue when closing it. If none provided, will not comment when closing an issue.'
close-pr-message:
description: 'The message to post on the pr when closing it. If none provided, will not comment when closing a pull requests.'
days-before-stale:
description: 'The number of days old an issue can be before marking it stale.'
default: 60