Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Exempt labels from action #11

Merged
merged 8 commits into from
Aug 27, 2019
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ inputs:
stale-issue-label:
description: 'The label to apply when an issue is stale'
default: 'Stale'
exempt-issue-label:
description: 'The label to apply when an issue is exempt from being marked stale'
default: ''
ryanwilsonperkin marked this conversation as resolved.
Show resolved Hide resolved
stale-pr-label:
description: 'The label to apply when a pull request is stale'
default: 'Stale'
exempt-pr-label:
description: 'The label to apply when a pull request is exempt from being marked stale'
default: ''
operations-per-run:
description: 'The maximum number of operations per run, used to control rate limiting'
default: 30
Expand Down