[7.0] Prepend internal/ to schedule branch filter in sqlclient-kerberos pipeline#4286
Merged
paulmedynski merged 2 commits intoMay 14, 2026
Conversation
…eline Agent-Logs-Url: https://github.com/dotnet/SqlClient/sessions/7d3a8032-030a-40ec-bba2-2ea799362a55 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:57
View session
paulmedynski
approved these changes
May 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Kerberos scheduled pipeline to target the correct Azure DevOps branch naming convention (internal/release/7.0) so scheduled CI runs trigger as intended.
Changes:
- Adjusted the scheduled
branches.includefilter fromrelease/7.0tointernal/release/7.0.
Agent-Logs-Url: https://github.com/dotnet/SqlClient/sessions/7a60eb3d-6a91-4b5b-8a51-45805ae11253 Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
auto-merge was automatically disabled
May 13, 2026 14:14
Head branch was pushed to by a user without write access
Copilot
AI
requested review from
Copilot and
paulmedynski
and removed request for
Copilot
May 13, 2026 14:15
paulmedynski
approved these changes
May 13, 2026
mdaigle
approved these changes
May 13, 2026
apoorvdeshmukh
approved these changes
May 14, 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
Fixes the scheduled branch filter in the Kerberos pipeline to target
internal/release/7.0instead ofrelease/7.0, aligning with the actual branch naming convention used for scheduled CI runs. Also updates the header comment in the file to reflect the correct branch name.Issues
Testing
No testing required — YAML-only pipeline configuration change.
Guidelines
Please review the contribution guidelines before submitting a pull request: