Skip to content

Question: Why not provide a default value for issue-body in 3.0.0? #46

@joshjohanning

Description

@joshjohanning

https://github.com/stefanbuck/github-issue-parser/releases/tag/v3.0.0

The reasoning for script injection makes sense, but I'm curious as to why not bake ${{ github.event.issue.body }} in as a default in the action?

Like:

  issue-body:
    required: true
    description: 'Issue body to parse'
+   default: ${{ github.event.issue.body }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions