randlabs/CreateIssue
GitHub action to create repository issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Issue title. | no | — |
| assignees | A GitHub user or list of users to assign the issue. | no | — |
| labels | A list of labels to add. | 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 | true |
| search-type | Existing types of issues to search for (none, open, closed or all). | no | open |
| search-title | A javascript regex pattern. Defaults to any (*). | no | — |
| search-labels | A list of labels to search for. Defaults to the values specified in labels. | no | — |
Outputs
| name | description |
|---|---|
| id | The ID of the created/updated issue. |
| url | The location of the created/updated issue. |
| action | The executed action (none, created or updated). |