[DevOps] PR Builds: Add deployment checkboxes to PR template#2031
Merged
[DevOps] PR Builds: Add deployment checkboxes to PR template#2031
Conversation
Adds a "Deploy to test?" section with checkboxes for CI-driven deployments: hubs (ADX/managed, Fabric/manual, manual, no data), workbooks, and alerts. These will be parsed by the upcoming ftk-pr-deploy workflow to determine which deployments to run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GitHub pull request template to let authors indicate which CI-driven “deploy to test” scenarios should run for a given PR, supporting upcoming per-PR deployment automation for FinOps hubs.
Changes:
- Adds a new “Deploy to test?” checklist section to the PR template.
- Introduces deployment option checkboxes for hubs variants, workbooks, and alerts.
Comments suppressed due to low confidence (1)
.github/PULL_REQUEST_TEMPLATE.md:32
- Because these checkboxes are intended to be parsed by the upcoming
ftk-pr-deployworkflow, the option text should be as stable and machine-friendly as possible. The inline HTML comment on the “Hubs with Fabric (manual) — URI:” line (and the variable URI content itself) can make parsing brittle; consider keeping the checkbox label fixed and moving URI instructions/input to a separate line (or using a hidden, immutable token/ID that the workflow parses).
> - [ ] Hubs with ADX (managed)
> - [ ] Hubs with Fabric (manual) — URI: <!-- paste eventhouse query URI -->
> - [ ] Hubs (manual)
flanakin
commented
Feb 28, 2026
RolandKrummenacher
approved these changes
Mar 2, 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
Adds a "Deploy to test?" section to the PR template with checkboxes for CI-driven deployments:
These checkboxes will be parsed by the upcoming
ftk-pr-deployworkflow to determine which deployments to run per PR.This is PR B of a multi-PR effort to add per-PR deployment CI for FinOps hubs.
📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md?📖 Did you update documentation?