Ignore all pull request labels input
Input
Name: pull-request-ignore-all-labels
Type: boolean
Default value: false
Description
This input will let you ignore the processing of the pull requests which have at least one label.
This can be useful when you use labels for triage.
note
If the pull request is stale and so, has a stale label, this input will not ignore the processing.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
pull-request-ignore-all-labels: true