We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b27d4a commit de423fcCopy full SHA for de423fc
README.md
@@ -20,6 +20,18 @@ Use this action to convert issues into a unified JSON structure. Read the [Codel
20
FAVORITE_DISH: ${{ steps.issue-parser.outputs.issueparser_favorite_dish }}
21
```
22
23
+## Migrate from v2 to v3
24
+
25
+```diff
26
+-- uses: stefanbuck/github-issue-parser@v2
27
++- uses: stefanbuck/github-issue-parser@v3
28
+ id: issue-parser
29
+ with:
30
++ issue-body: ${{ github.event.issue.body }}
31
+ template-path: .github/ISSUE_TEMPLATE/bug-report.yml
32
+```
33
34
35
## Example
36
37
Given an issue form
0 commit comments