You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deps: bump @actions/core from 1.9.1 to 1.10.0 (284e5eb)
Ensure releases can be pinned to SHAs #23 (#39) (428eec3)
Features
mitigating script injection attacks by passing issue body as env var (#42) (0b27d4a)
BREAKING CHANGES
Add issue-body argument which is required from v3 onwards
To mitigate script injection attacks, github-issue-parser v3 will require workflow authors to pass the issue body as an argument. By doing so you will follow GitHub's Good practices for mitigating script injection attacks
Do not convert ids to dashes in output (#19) (6cfd00c)
BREAKING CHANGES
Before this change, IDs defined in a GitHub issue template that included a hyphen got converted to dashes for the Action output. This was mainly done to ensure nice-looking output variables. However, this is confusing as discussed in #15 (comment).