Skip to main content

Pull request only with projects input

Input

Name: pull-request-only-with-projects
Type: boolean
Default value: false

Description

This input will let you process only the pull requests that are linked to at least one project.
This can be useful when you use the projects for triage.

Example

# ...
name: Stale
id: stale
uses: sonia-corporation/stale@latest
with:
pull-request-only-with-projects: true