Ignore any pull request projects input
Input
Name: pull-request-ignore-any-projects
Type: string[]
Default value: []
Description
This input will let you ignore the processing of the pull requests which have at least one of the project from this list.
This can be useful when you link your pull requests with some projects, and you know that you will for sure close or at least process the pull requests very soon.
Example
# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
pull-request-ignore-any-projects: |
bugs
features