-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update SDK-PR-guide.md to include inter-branch codeflow #47420
base: main
Are you sure you want to change the base?
Conversation
marcpopMSFT
commented
Mar 10, 2025
- Include links to the flow yml, config, and actions.
- Include comment about failed actions and PR updates
- Include 0 size PRs
- Include merge commit
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.
PR Overview
This PR updates the SDK PR guide to include instructions and links related to the inter-branch codeflow process.
- Introduces a new "Inter-branch codeflow" section with links to configuration files.
- Provides guidelines on handling failed workflow automation and PR merge methods.
- Explains considerations for PRs with zero changes due to automated version bumps.
Reviewed Changes
File | Description |
---|---|
documentation/project-docs/SDK-PR-guide.md | Adds new documentation for inter-branch codeflow and merge practices |
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
### Reviewing and merging inter-branch codeflow | ||
Generally we will check the commit list and scan the changes for anything out of the ordinary. We take a special look for any conflict merges that were done in getting the PR building. | ||
> [!Important] | ||
> Make sure to create a merge commit. Do not squash. If you squash, the next inter-branch PR will list all of the same commits. |
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.
> Make sure to create a merge commit. Do not squash. If you squash, the next inter-branch PR will list all of the same commits. | |
> Make sure to create a merge commit. *Do not squash*. If you squash, the next inter-branch PR will list all of the same commits. |
Just in case (?)