Skip to content

Commit

Permalink
chore(action): add 3 new options
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Jun 24, 2021
1 parent 06bf528 commit 84958eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,18 @@ inputs:
description: 'Display some statistics at the end regarding the stale workflow (only when the logs are enabled).'
default: 'true'
required: false
ignore-all-activities-before-stale:
description: 'No activity (update/comment) can stop to stale the issues and pull requests.'
default: 'false'
required: false
ignore-all-issue-activities-before-stale:
description: 'No activity (update/comment) can stop to stale the issues. Override "ignore-all-activities-before-stale" option regarding only the issues.'
default: ''
required: false
ignore-all-pr-activities-before-stale:
description: 'No activity (update/comment) can stop to stale the pull requests. Override "ignore-all-activities-before-stale" option regarding only the pull requests.'
default: ''
required: false
outputs:
closed-issues-prs:
description: 'List of all closed issues and pull requests.'
Expand Down

0 comments on commit 84958eb

Please sign in to comment.