Skip to content

Commit

Permalink
docs: Add migration section
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Oct 19, 2022
1 parent 0b27d4a commit de423fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ Use this action to convert issues into a unified JSON structure. Read the [Codel
FAVORITE_DISH: ${{ steps.issue-parser.outputs.issueparser_favorite_dish }}
```

## Migrate from v2 to v3

```diff
-- uses: stefanbuck/github-issue-parser@v2
+- uses: stefanbuck/github-issue-parser@v3
id: issue-parser
with:
+ issue-body: ${{ github.event.issue.body }}
template-path: .github/ISSUE_TEMPLATE/bug-report.yml
```


## Example

Given an issue form
Expand Down

0 comments on commit de423fc

Please sign in to comment.