Find a GitHub project
| Name | Description | Required | Default |
|---|---|---|---|
token |
A GitHub access token - either a classic PAT or a GitHub app installation token. | Yes | |
owner |
The owner of the project - either an organization or a user. If not provided, it defaults to the repository owner. | No | ${{ github.repository_owner }} |
include-closed |
Include closed projects. | No | false |
limit |
Maximum number of projects to fetch. | No | 30 |
title |
The title of the project to find. | Yes | |
fail-if-project-not-found |
Should the action fail if the project is not found | No | true |
| Name | Description |
|---|---|
id |
The global ID for the project. |
closed |
The closed state of the project. |
field-count |
The number of fields on the project. |
item-count |
The number of items in the project. |
number |
The project number of the project. |
public |
The public visibility of the project. |
readme |
The readme description of the project. |
description |
The short description of the project. |
title |
The title of the project. |
url |
The URL of the project. |
MIT