ci: enable delete_missing_settings in deploy workflows#13
Merged
nicomiguelino merged 1 commit intomainfrom Apr 27, 2026
Merged
Conversation
- Add `delete_missing_settings: 'true'` to both jobs in update-edge-app.yml - Add `--delete-missing-settings=true` to edge-app deploy in update-rss-reader-apps.yml
Contributor
There was a problem hiding this comment.
Pull request overview
Enables “delete missing settings” behavior in deploy workflows so stale server-side settings get removed when they’re no longer present in the app manifest.
Changes:
- Add
--delete-missing-settings=trueto theedge-app deploycommand in the RSS reader update workflow. - Pass
delete_missing_settings: 'true'to both stage and production jobs in the Edge App update workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/update-rss-reader-apps.yml | Adds --delete-missing-settings=true to the deploy command for matrix app updates. |
| .github/workflows/update-edge-app.yml | Enables delete_missing_settings input for both stage and production update jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
salmanfarisvp
approved these changes
Apr 26, 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.
Enable
delete_missing_settingsacross all deploy workflows to remove stale settings from the server that are no longer present in the manifest.Changes
delete_missing_settings: 'true'to both jobs inupdate-edge-app.yml--delete-missing-settings=trueto theedge-app deploycall inupdate-rss-reader-apps.yml