Conversation
Don't copy & paste in all repositories.
There was a problem hiding this comment.
Pull Request Overview
This PR aims to reduce duplication by referencing a centralized configuration repository in the labeler workflow instead of copying the configuration in every repository.
- Updated the labeler workflow to include a new input that points to the central config repository.
- Simplified configuration management by removing duplicated configuration data.
Files not reviewed (1)
- .github/labeler.yml: Language not supported
WalkthroughThis pull request removes the Changes
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 (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/labeler.yml (1)
17-18: Centralized Configuration Parameter AddedThe new parameter
config-repo: 5ouma/utilseffectively directs the labeler action to reference a centralized configuration repository, aligning well with the objective of reducing redundant configuration settings across repositories. Please ensure that the referenced repository is accessible, maintained appropriately, and contains the expected configuration for the labeler action.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.github/labeler.yml(0 hunks).github/workflows/labeler.yml(1 hunks)
💤 Files with no reviewable changes (1)
- .github/labeler.yml
close #
✏️ Description
Don't copy & paste in all repositories.