Skip to content

🧹 chore: Replace release-drafter autolabel with fuxingloh/multi-labeler#3872

Merged
ReneWerner87 merged 6 commits intomainfrom
feature/multi-labeler
Nov 17, 2025
Merged

🧹 chore: Replace release-drafter autolabel with fuxingloh/multi-labeler#3872
ReneWerner87 merged 6 commits intomainfrom
feature/multi-labeler

Conversation

@gaby
Copy link
Member

@gaby gaby commented Nov 17, 2025

Description

  • Restore and improve usage of fuxingloh/multi-labeler GitHub Action.

@gaby gaby requested a review from a team as a code owner November 17, 2025 04:51
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 17, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (4)
  • .github/labeler.yml is excluded by !**/*.yml
  • .github/release-drafter.yml is excluded by !**/*.yml
  • .github/workflows/auto-labeler.yml is excluded by !**/*.yml
  • .github/workflows/release-drafter.yml is excluded by !**/*.yml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/multi-labeler

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @gaby, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request refactors the repository's automatic labeling system by migrating from release-drafter's internal autolabeler to the fuxingloh/multi-labeler GitHub Action. This change centralizes label definitions into a new .github/labeler.yml file, enhancing the flexibility and maintainability of how pull requests are automatically categorized based on their title, file changes, or target branches.

Highlights

  • Labeling Mechanism: Replaced the autolabeler feature within release-drafter with the dedicated fuxingloh/multi-labeler GitHub Action for more robust and centralized label management.
  • Configuration: Introduced a new configuration file, .github/labeler.yml, to define all automatic labeling rules, separating them from the release-drafter configuration.
  • Label Definitions: The new labeler.yml includes comprehensive rules for various labels such as 'Documentation', 'Bug', 'Updates', 'Dependencies', 'Feature', 'Proposal', 'Question', and branch-specific labels like 'v3' and 'v2'.
Ignored Files
  • Ignored by pattern: .github/workflows/** (2)
    • .github/workflows/auto-labeler.yml
    • .github/workflows/release-drafter.yml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request replaces the autolabeler feature of release-drafter with the fuxingloh/multi-labeler GitHub Action. The new configuration in .github/labeler.yml correctly migrates the existing labeling logic, improves it by using baseBranch for version labeling, and adds new labels for proposals and questions. I've found a minor indentation issue in the new YAML configuration file that should be addressed to ensure it's parsed correctly.

@gaby gaby added the v3 label Nov 17, 2025
@ReneWerner87 ReneWerner87 added this to v3 Nov 17, 2025
@ReneWerner87 ReneWerner87 added this to the v3 milestone Nov 17, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR replaces the release-drafter's built-in autolabeler functionality with the fuxingloh/multi-labeler GitHub Action, providing improved and dedicated automated labeling capabilities for both issues and pull requests.

Key Changes:

  • Introduced a dedicated auto-labeler.yml workflow using fuxingloh/multi-labeler action
  • Disabled autolabeler in release-drafter and removed related event triggers
  • Migrated label configuration from release-drafter.yml to a new labeler.yml file with enhanced rules

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/auto-labeler.yml New workflow for automated labeling using fuxingloh/multi-labeler action
.github/workflows/release-drafter.yml Removed autolabeler triggers and disabled autolabeler functionality
.github/labeler.yml New label configuration file with migrated and enhanced labeling rules
.github/release-drafter.yml Removed autolabeler configuration section

@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.64%. Comparing base (5d91977) to head (eb5e9f0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3872      +/-   ##
==========================================
+ Coverage   91.62%   91.64%   +0.02%     
==========================================
  Files         115      115              
  Lines        9848     9848              
==========================================
+ Hits         9023     9025       +2     
+ Misses        524      523       -1     
+ Partials      301      300       -1     
Flag Coverage Δ
unittests 91.64% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gaby gaby removed the v3 label Nov 17, 2025
@github-actions github-actions bot added the v3 label Nov 17, 2025
@gaby
Copy link
Member Author

gaby commented Nov 17, 2025

@ReneWerner87 action added the v3 label :-)

@gaby gaby moved this to In Progress in v3 Nov 17, 2025
@ReneWerner87 ReneWerner87 merged commit aaad4cf into main Nov 17, 2025
16 checks passed
@ReneWerner87 ReneWerner87 deleted the feature/multi-labeler branch November 17, 2025 07:02
@github-project-automation github-project-automation bot moved this from In Progress to Done in v3 Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants