flexponsive/Set Issue Status on Project Board
Moves an issue or pull request into a specific status column on a project board, adding the issue to the board if necessary. This action uses the new ProjectV2 API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| project-url | URL of the project to add issues to | yes | — |
| github-token | Personal Access Token with projects scope | yes | — |
| new-status | New status, e.g. "In Development" | yes | — |
| add-to-top-of-column | Moves the card for this issue to the top of this column | yes | false |
| replace | Try to delete any existing card for the issue/PR before creating a new one | no | false |
| issue-node-id | Issue Node ID (optional, by default taken from context) | no | — |
Outputs
| name | description |
|---|---|
| card-node-id | Node ID of the card created or updated |