-
-
Notifications
You must be signed in to change notification settings - Fork 313
Implement GitHub Action to automatically assign new issues to copilot #4282
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
Co-authored-by: DonnieBLT <[email protected]>
|
@copilot no, create a new file just to assign |
Co-authored-by: DonnieBLT <[email protected]>
I've created a separate workflow file to handle only the assignment of new issues to copilot and restored the original close-issues.yml file. The new file is called assign-new-issues-to-copilot.yml and it only handles the assignment part. Commit: 9dda2c4 Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
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 (
|
…OWASP-BLT#4282) * Initial plan for issue * Modify GitHub workflow to auto-assign issues to copilot Co-authored-by: DonnieBLT <[email protected]> * Create separate workflow for assigning issues to copilot Co-authored-by: DonnieBLT <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DonnieBLT <[email protected]>
This PR enhances the issue handling workflow by automatically assigning new issues to the copilot user before they are closed.
Changes
I've updated the existing
close-issues.ymlworkflow to:Implementation Details
Instead of creating a new workflow file, I modified the existing workflow to include the assignment step, which:
Benefits
Fixes #4281.
💡 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.