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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 10, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/somnolentpumpkin_issue-card-creator@8b221565decc7f4be6329f8b2569a3453a1ec4d8 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| actions | A 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-token | Your GitHub access token | yes | ${{github.token}} |
Outputs
no outputs