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 e4497a0 commit 3d98c87
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 @@ -176,6 +176,18 @@ inputs:
description: 'A comma delimited list of labels to remove when a stale issue or pull request receives activity and has the stale-issue-label or stale-pr-label removed from it.'
default: ''
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 3d98c87

Please sign in to comment.