Ignore any pull request labels input
Input
Name: pull-request-ignore-any-labels
Type: string[]
Default value: []
Description
This input will let you ignore the processing of the pull requests which have at least one of the label from this list.
This can be useful when you use labels for triage.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
pull-request-ignore-any-labels: |
need help
bug