github-issue-parser icon indicating copy to clipboard operation
github-issue-parser copied to clipboard

Results 14 github-issue-parser issues
Sort by recently updated
recently updated
newest added

Current body parsing logic with trim() + split("###") is too fragile and pose problems with some body that contains case with ### in the middle of the line or case...

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

type: dependencies

I was wondering what the issue parser json file was doing in my home directory with a self-hosted runner: ![image](https://github.com/stefanbuck/github-issue-parser/assets/19912012/cd88532c-2523-4202-941d-e7bdc5b2b6c4) Changing this to use `${env.RUNNER_TEMP}` as a more GitHub-native way...

We have removed the "with: template-path" and in returns the label instead of the ID as the key however the value is correct. Is there a way to return the...

When the wrong template is provided, then the action will traceback with the error: ```js /home/runner/work/_actions/stefanbuck/github-issue-parser/v3/dist/index.js:105 result[key] = content.concat(value); ^ TypeError: Cannot read properties of undefined (reading 'concat') at /home/runner/work/_actions/stefanbuck/github-issue-parser/v3/dist/index.js:105:33...

See: https://github.com/stefanbuck/github-issue-parser/pull/47#issuecomment-1286189244 > For some odd reason the release pipeline was using an older commit as a baseline and this resulted in another 3.0.0 release ergo the pipeline failed with...

So we know that v3 had some changes around parsing checkboxes (now parsed as arrays), which is nice. Thank you! However, we have been using v2 for quite some time...

When I attempt to use the newly released version 3.2.2 of this action, it fails. This was working nicely for us on prior versions for a long time. ## Reproduction...

Hello~ I'm developing github actions that creates jira ticket from github issue. i wanna migrate from github issue body to jira Ticket description. so i'm used to peter-evans/jira2md@v1 actions(convert markdown...

**Issue Description** Read Issue #78 **Implementation** - _New Condition_: I added a new condition which executes when the dropdown check fails. This condition will presume that any input which is...