jorisvandenbossche commented on code in PR #14762: URL: https://github.com/apache/arrow/pull/14762#discussion_r1034605709
########## .github/workflows/dev_pr/labeler.yml: ########## @@ -15,53 +15,53 @@ # specific language governing permissions and limitations # under the License. -"lang-c++": +"Component: c++": - cpp/**/* -lang-c-glib: +"Component: c-glib": - c_glib/**/* -lang-csharp: +"Component: csharp": - csharp/**/* -lang-go: +"Component: go": - go/**/* -lang-java: +"Component: java": - java/**/* -lang-js: +"Component: js": Review Comment: ```suggestion "Component: JavaScript": ``` On the short term, we should probably match the labels exactly as the components on JIRA (we can rename them after the issues migration)? So for example "js" is "JavaScript" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
