dhernandez-cto/Create or Update Project Card

A GitHub action to create or update a project card

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGitHub auth token${{ github.token }}
project-locationThe location of the project. Either a repository, organization, or user. ${{ github.repository }}
project-numberThe number of the project. Semi-required. Either `project-number` OR `project-name` must be supplied.
project-nameThe 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-nameThe name of the column to add a card to, or move an existing card to.yes
repositoryThe GitHub repository containing the issue or pull request.${{ github.repository }}
issue-numberThe issue or pull request number to associate with the card.${{ github.event.issue.number }}
namedescription
card-idThe ID of the card.