actions-marketplace-validations/Issue Card Creator

Create a card for an issue on one or more project boards, depending on the label(s).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 10, 2021
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/somnolentpumpkin_issue-card-creator@8b221565decc7f4be6329f8b2569a3453a1ec4d8 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
actionsA JSON object containing the data for which labels create cards on which project board.yes{"data": [ { "label": "bug", "project": "Bug Tracker Project", "project-type": "repo" "column": "To-Fix", "repo": "bug-tracker-repo" }, { "label": "wontfix", "project": "Some Organization-wide Project", "project-type": "org" "column": "Icebox", "org": "super-important-org" } ]}
github-tokenYour GitHub access tokenyes${{github.token}}

no outputs