Conversation
Don't copy & paste in the all repositories.
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a change to reference a centralized configuration repository for the labeler workflow to avoid duplicating configuration across multiple repositories.
- Updated the GitHub Actions workflow to include a "with:" block specifying "config-repo: 5ouma/utils".
- Helps keep the labeler configuration in sync across repositories by referring to a shared repository.
Files not reviewed (1)
- .github/labeler.yml: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/labeler.yml:17
- Ensure that fuxingloh/multi-labeler version used supports the 'config-repo' parameter and that '5ouma/utils' is the correct and accessible repository for centralized configuration.
with:
WalkthroughThe pull request removes a configuration file that defined commit labeling rules based on regular expressions. Additionally, a GitHub Actions workflow file has been updated to include a new parameter in its Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
🔇 Additional comments (1)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
close #
✏️ Description
Don't copy & paste in all repositories.