Clarify significance of the exempt-* config knobs (#260)
This action doesn't apply exempt labels, it reads them.
This commit is contained in:
parent
39de730f99
commit
44c3cb508b
|
@ -25,7 +25,7 @@ inputs:
|
||||||
close-issue-label:
|
close-issue-label:
|
||||||
description: 'The label to apply when an issue is closed.'
|
description: 'The label to apply when an issue is closed.'
|
||||||
exempt-issue-labels:
|
exempt-issue-labels:
|
||||||
description: 'The labels to apply when an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")'
|
description: 'The labels that mean an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")'
|
||||||
default: ''
|
default: ''
|
||||||
stale-pr-label:
|
stale-pr-label:
|
||||||
description: 'The label to apply when a pull request is stale.'
|
description: 'The label to apply when a pull request is stale.'
|
||||||
|
@ -33,7 +33,7 @@ inputs:
|
||||||
close-pr-label:
|
close-pr-label:
|
||||||
description: 'The label to apply when a pull request is closed.'
|
description: 'The label to apply when a pull request is closed.'
|
||||||
exempt-pr-labels:
|
exempt-pr-labels:
|
||||||
description: 'The labels to apply when a pull request is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")'
|
description: 'The labels that mean a pull request is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2")'
|
||||||
default: ''
|
default: ''
|
||||||
only-labels:
|
only-labels:
|
||||||
description: 'Only issues or pull requests with all of these labels are checked if stale. Defaults to `[]` (disabled) and can be a comma-separated list of labels.'
|
description: 'Only issues or pull requests with all of these labels are checked if stale. Defaults to `[]` (disabled) and can be a comma-separated list of labels.'
|
||||||
|
|
Loading…
Reference in New Issue