Aller au contenu principal

Ignore all pull request project cards input

Input

Name: pull-request-ignore-all-project-cards
Type: boolean
Default value: false

Description

This input will let you ignore the processing of the pull requests which have at least one project card.
This can be useful when you link your pull requests with your projects, and you know that you will for sure close or at least process the pull requests very soon.

However, if you are not certain that linking the pull requests with any project will result in the handling for sure of the processing of the pull requests, this input may not suit you.
You may prefer to use instead the ignore any project cards input to list only some specific project cards or not use this input at all.

Example

# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
pull-request-ignore-all-project-cards: true