actions-marketplace-validations/Create or Update Project Card
A GitHub action to create or update a project card
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT | — | ${{ github.token }} |
| project-location | The location of the project. Either a repository, organization, or user. | — | ${{ github.repository }} |
| project-number | The number of the project. Semi-required. Either `project-number` OR `project-name` must be supplied. | — | — |
| project-name | The name of the project. Semi-required. Either `project-number` OR `project-name` must be supplied. Note that a project's name is not unique. The action will use the first matching project found. | — | — |
| column-name | The name of the column to add a card to, or move an existing card to. | yes | — |
| repository | The GitHub repository containing the issue or pull request. | — | ${{ github.repository }} |
| issue-number | The issue or pull request number to associate with the card. | — | ${{ github.event.issue.number }} |
Outputs
| name | description |
|---|---|
| card-id | The ID of the card. |