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 Sep 14, 2021
1 parent ddc23f8 commit 476f530
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 476f530

Please sign in to comment.