Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev] Update labeler workflow to use new component language labels #14761

Closed
raulcd opened this issue Nov 29, 2022 · 3 comments
Closed

[Dev] Update labeler workflow to use new component language labels #14761

raulcd opened this issue Nov 29, 2022 · 3 comments

Comments

@raulcd
Copy link
Member

raulcd commented Nov 29, 2022

Describe the enhancement requested

As discussed: #14731 (comment)
Update labeler to use new labels format for components like: Component: python

Component(s)

Developer Tools

@jorisvandenbossche
Copy link
Member

Something else related to labels: for some languages we have duplicate labels, eg "lang: js" (which will be renamed to "Component: JavaScript"), but also "javascript" (https://github.com/apache/arrow/issues?q=label%3Ajavascript+is%3Aclosed+). It seems that label is automatically used by dependabot.
Is that something we could configure to use different labels? (to deduplicate this) I don't directly find any dependabot configuration.

jorisvandenbossche pushed a commit that referenced this issue Nov 29, 2022
…#14762)

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@raulcd
Copy link
Member Author

raulcd commented Nov 29, 2022

Is that something we could configure to use different labels? (to deduplicate this) I don't directly find any dependabot configuration.

we don't have specific configuration for dependabot, we seem to be using the defaults. We can change the labels if we add our own config based on this:
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#labels

@raulcd
Copy link
Member Author

raulcd commented Nov 29, 2022

I've created a specific issue to track the improvement to remove duplicated labels and add dependabot custom config. Closing this issue as the associated PR has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants