add_to_project
Adds an issue or pull request to a GitHub project board. Ensures no duplicate cards by returning the existing item if already present.
Instructions
Puts an issue or pull request on a project board. One already there comes back with the item it already has, so a retry does not make a second card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_name | Yes | ||
| repo_owner | Yes | ||
| issue_number | Yes | Issue or pull request to put on the board | |
| project_owner | Yes | ||
| project_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||