[6.1] Prepend internal/ to schedule branch filter in sqlclient-kerberos pipeline#4284
Merged
paulmedynski merged 2 commits intoMay 13, 2026
Conversation
…eline Agent-Logs-Url: https://github.com/dotnet/SqlClient/sessions/32560c75-1937-4a17-b776-4ab714e2bac8 Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/SqlClient/sessions/32560c75-1937-4a17-b776-4ab714e2bac8 Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
paulmedynski
May 13, 2026 13:56
View session
paulmedynski
approved these changes
May 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Kerberos scheduled Azure DevOps pipeline to run against the repository’s internal/release/6.1 branch instead of release/6.1, aligning the schedule branch filter (and its header comment) with the branch naming used elsewhere in the repo.
Changes:
- Updated the schedule comment to reference
internal/release/6.1. - Updated
schedules.branches.includefromrelease/6.1tointernal/release/6.1.
apoorvdeshmukh
approved these changes
May 13, 2026
paulmedynski
approved these changes
May 13, 2026
mdaigle
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the scheduled branch filter in the Kerberos pipeline from
release/6.1tointernal/release/6.1to match the actual branch naming convention used in the repository.Issues
Testing
No testing required — YAML pipeline configuration change only.
Guidelines
Please review the contribution guidelines before submitting a pull request: