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

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4. Release notes Sourced from nunjucks's releases. v3.2.4 What's Changed fix: html encode backslashes if used with escape filter or autoescape by @​fdintino in mozilla/nunjucks#1437....

dependencies

Example run: https://github.com/pmeier/light-the-torch/actions/runs/4793682109/jobs/8526354021 I've used backticks in the middle of the title before and they worked fine. But a leading one seems to cause trouble. ``` Run JasonEtco/create-an-issue@v2 ⬤ debug...

As per Github docs it should retry after a period of time based off the HTTP response header "Retry-After: ". https://docs.github.com/en/rest/guides/best-practices-for-integrators?apiVersion=2022-11-28#dealing-with-secondary-rate-limits ``` ℹ info Fetching issues with title "**************" Error:...

## Add node id to outputs For example, it is used when [linking a project](https://docs.github.com/en/graphql/reference/input-objects#addprojectv2itembyidinput) to a created issue. I referred to [here](https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#create-an-issue) for `node-id`.

Just like https://github.com/awslabs/smithy/blob/main/.github/dependabot.yml

Hey 👋 As part of our issueOps process, we would need to create issues in other repositories, it would be great if you could support two new inputs: **repo**: `org/repo`...