Skip to content

Commit

Permalink
fix(options): add missing close-issue-reason option (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Jul 11, 2022
1 parent 136efb5 commit aaab997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Expand Up @@ -49,6 +49,10 @@ inputs:
description: 'The labels that mean an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2").'
default: ''
required: false
close-issue-reason:
description: 'The reason to use when closing an issue.'
default: ''
required: false
stale-pr-label:
description: 'The label to apply when a pull request is stale.'
default: 'Stale'
Expand Down

1 comment on commit aaab997

@Peryc
Copy link

@Peryc Peryc commented on aaab997 Aug 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • nombre: Cerrar problemas obsoletos
    usos: acciones/obsoleto@v5.1.1

Please sign in to comment.