ARROW-18364 added the ability to report issues in GitHub, and includes GitHub issue templates with a drop-down component(s) selector. These form elements drive resulting issue markdown only, and cannot dynamically drive issue labels. This requires GitHub actions, which also have a few limitations. First, the issue form does not produce any structured data, it only produces the issue description markdown, so a parser is required. Second, ASF restricts GitHub actions to a selection of approved actions. It is likely that while community actions exist to generate structured data from issue forms, the Apache Arrow project will need to write its own parser and label application action.
Reporter: Todd Farmer / @toddfarmer
Assignee: Jacob Wujciak / @assignUser
Watchers: Rok Mihevc / @rok
PRs and other links:
Note: This issue was originally created as ARROW-18377. Please see the migration documentation for further details.
ARROW-18364 added the ability to report issues in GitHub, and includes GitHub issue templates with a drop-down component(s) selector. These form elements drive resulting issue markdown only, and cannot dynamically drive issue labels. This requires GitHub actions, which also have a few limitations. First, the issue form does not produce any structured data, it only produces the issue description markdown, so a parser is required. Second, ASF restricts GitHub actions to a selection of approved actions. It is likely that while community actions exist to generate structured data from issue forms, the Apache Arrow project will need to write its own parser and label application action.
Reporter: Todd Farmer / @toddfarmer
Assignee: Jacob Wujciak / @assignUser
Watchers: Rok Mihevc / @rok
PRs and other links:
Note: This issue was originally created as ARROW-18377. Please see the migration documentation for further details.