-
-
Notifications
You must be signed in to change notification settings - Fork 313
[WIP] You could have action for the files changed label is not working correctly. Please fix it and make sure it creates a label for the exact amount of files changed. #4299
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
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. 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 (
|
|
@copilot please fix this |
Co-authored-by: DonnieBLT <[email protected]>
I've fixed the GitHub Action for files changed labels. The issue was that PRs with 0 files changed were being incorrectly labeled as "files-changed: 11+" because there was no specific case for 0 files. The fix adds a dedicated label for PRs with 0 files and makes the conditions more explicit. The update is in commit e5c6724. |
|
@copilot please make the files changed the exact number so create a new label for the exact number of files changed |
Co-authored-by: DonnieBLT <[email protected]>
I've updated the GitHub Action to create labels with the exact number of files changed (e.g., "files-changed: 3" for a PR with exactly 3 files). The color coding is still maintained based on the file count ranges, but the label now shows the precise number. The changes are in commit e23e88b. |
…g correctly. Please fix it and make sure it creates a label for the exact amount of files changed. (OWASP-BLT#4299) * Initial plan for issue * Fix GitHub Action for files changed labels to handle 0 files properly Co-authored-by: DonnieBLT <[email protected]> * Update GitHub Action to use exact file count for labels Co-authored-by: DonnieBLT <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DonnieBLT <[email protected]>
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.
Original issue description:
Fixes #4298.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.