You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/29 11:01:57 UTC

[GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #14762: GH-14761: [Dev] Update labels on PR labeler to use new Component ones

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org