Issue close reason input
Input
Name: issue-close-reason
Type: enum
Values: completed
or not planned
Default value: not planned
Description
This input will let you define the closing reason used when an issue is closed during the processing.
info
You can also add labels onto it by using the add labels after close input, remove labels onto it by using the remove labels after close input, add a comment to explain why it was closed by using the close comment input and define the number of days before closing it by using the days before close input.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
issue-close-reason: 'not planned'