Fix job definition syntax in migration tutorial#41726
Fix job definition syntax in migration tutorial#41726Sharra-writes merged 3 commits intogithub:mainfrom
Conversation
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. |
There was a problem hiding this comment.
Pull request overview
This PR fixes an invalid YAML syntax error in the Azure Pipelines migration tutorial documentation. The change corrects a code sample that would have resulted in malformed YAML configuration.
Key Changes:
- Removed trailing colon from
faninjob definition to conform to valid Azure Pipelines YAML syntax
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@NenoLoje This is a pretty minor change, and Copilot says it's right, so I'm going to accept it. |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Fixed 1 minor issue in a code sample that would result in invalid YAML.