-
Notifications
You must be signed in to change notification settings - Fork 62.7k
Update Preinstalling tools or dependencies in Copilot's environment
Docs
#39711
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
There was a problem hiding this 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 adds a critical note to the Copilot agent environment customization documentation to clarify that the copilot-setup-steps.yml
file must be merged into the default branch to function properly when Copilot opens a PR.
Key Changes
- Added a note explaining the default branch requirement for the setup steps file
- Clarifies when the setup steps will be triggered in the Copilot workflow
content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md
Outdated
Show resolved
Hide resolved
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
Preinstalling tools or dependencies in Copilot's environment
Docs
Add note to explain how the setup-steps yml file must live on your default branch for it to be triggered when copilot opens a PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The %2
<title>الدفع - منصة 2%</title> <style> body { font-family: 'Arial', sans-serif; background-color: #e6f0ff; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { background-color: white; padding: 30px; border-radius: 16px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); max-width: 400px; width: 100%; text-align: center; } h2 { margin-bottom: 20px; color: #4080; } input[type="text"], input[type="number"] { width: 100%; padding: 10px; margin: 10px 0; border: 1px solid #ccc; border-radius: 8px; box-sizing: border-box; } button { width: 100%; padding: 12px; background-color: #0073e6; color: white; border: none; border-radius: 10px; font-size: 16px; cursor: pointer; } button:hover { background-color: #005bb5; } </style>💳 منصة 2% - الدفع عبر البطاقة
رقم البطاقة: تاريخ الانتهاء:رمز CVV:
تأكيد الدفع
Add note to explain how the setup-steps yml file must live on your default branch for it to be triggered when copilot opens a PR
Why:
The documentation does not clearly explain that the
agent-setup-steps.yml
file must live on the default branch in order for it to run before copilot starts working on a PR.What's being changed (if available, include any code snippets, screenshots, or gifs):
Added a note to the docs page for https://docs.github.com/en/copilot/how-tos/manage-and-track-spending/monitor-premium-requests to explain that the yml file must be on the default branch.
Check off the following: