create-an-issue icon indicating copy to clipboard operation
create-an-issue copied to clipboard

A GitHub Action for creating a new issue from a template file.

Results 37 create-an-issue issues
Sort by recently updated
recently updated
newest added

Hi, after using this step couple of times (up to 10) I started to got: `You have exceeded a secondary rate limit. Please wait a few minutes before you try...

Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Similar to #119 would it be possible to add support for mustache templates for assignees? I'm creating a process that automatically assigns a member from my team to an issue...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

``` An error occurred while creating the issue. This might be caused by a malformed issue title, or a typo in the labels or assignees. Check ./results.md! Validation Failed: {"resource":"Issue","code":"custom","field":"body","message":"body...

Hi Jason, I have a question, since Github action schedule doesn't support timezone, users around the world have to make some offset for UTC. However, `{{ date | date('dddd, MMMM...

while "update_existing: true" will work, combining it with "search_existing: all" will not modifiy an old issue, but open a new one. ```yml - name: Create Issue if models.yml was changed...

This PR resolves the issue https://github.com/JasonEtco/create-an-issue/issues/74

I'm currently using this in a scheduled workflow to check NPM advisories against our `yarn.lock` and file issues when an advisory applies to our dependencies. We'd rely on Dependabot, but...