actions-marketplace-validations/Create a GitHub Issue
Creates a new GitHub issue using a template.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 4, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/dblock_create-a-github-issue@f41322f621d399b9ae44357af0f22a30bed4afbf # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| assignees | GitHub handle of the user(s) to assign the issue (comma-separated). | no | — |
| milestone | Number of the milestone to assign the issue to. | no | — |
| filename | The name of the file to use as the issue template. | no | .github/ISSUE_TEMPLATE.md |
| update_existing | Update an open existing issue with the same title if it exists. | no | — |
| search_existing | Existing types of issues to search for (comma-separated). | no | open |
Outputs
| name | description |
|---|---|
| number | Number of the issue that was created. |
| url | URL of the issue that was created. |