Make Netlify queue mode updates repeatable - #277
Merged
Conversation
Unset the existing queue mode before recreating it with production function scope. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 94db1c6d-c054-464e-8b19-b6c448fef95f
Contributor
There was a problem hiding this comment.
Pull request overview
Makes Netlify queue-mode promotions repeatable by removing the existing variable before recreating it with the required production function scope.
Changes:
- Unsets
PR_DASHBOARD_QUEUE_MODEbefore setting it. - Tests that removal occurs before recreation.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/pull-request-dashboard-deploy-webhook.yml |
Adds the pre-update environment-variable removal. |
.github/scripts/pull-request-dashboard/test_rollout.py |
Verifies the required update ordering. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Pull request dashboard statusMerged · refreshed 2026-08-21 01:01 UTC Status above doesn't look right?
|
maryliag
approved these changes
Aug 20, 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.
Prevents dashboard promotions from failing when
PR_DASHBOARD_QUEUE_MODEalready exists in Netlify.The deployment now removes the existing variable before recreating it with production function scope. This matches the recovery used for the v0.9.0 rollout and keeps later canary-to-all transitions automatic.