Chore: [AEA-6540] - enable notifications for all except list for next supplier#2984
Merged
tstephen-nhs merged 6 commits intomainfrom Apr 21, 2026
Merged
Conversation
0ae256a to
7055f79
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the release configuration to enable notifications broadly while excluding a defined set of pharmacy ODS codes for the next supplier rollout, and refreshes the npm lockfile to address reported dependency issues.
Changes:
- Add environment-specific blocked ODS code lists under
.github/config/blocked_ods_codes_*.txt. - Update the reusable release workflow to read and pass blocked ODS codes from config files to the deployment script.
- Update release pipeline settings (enabled systems / supplier application IDs) and bump
package-lock.jsondependencies.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
package-lock.json |
Bumps locked dependency versions (e.g. dompurify, protobufjs). |
.github/workflows/run_release_code_and_api.yml |
Reads enabled + blocked ODS codes and injects them into the release script environment. |
.github/workflows/release.yml |
Updates enabled systems and enabled supplier application IDs for INT/PROD releases. |
.github/config/blocked_ods_codes_ref.txt |
Adds blocked ODS list for REF. |
.github/config/blocked_ods_codes_qa.txt |
Adds blocked ODS list for QA. |
.github/config/blocked_ods_codes_prod.txt |
Adds blocked ODS list for PROD (large list). |
.github/config/blocked_ods_codes_int_sandbox.txt |
Adds blocked ODS list for INT sandbox. |
.github/config/blocked_ods_codes_int.txt |
Adds blocked ODS list for INT (large list). |
.github/config/blocked_ods_codes_dev_sandbox.txt |
Adds blocked ODS list for DEV sandbox. |
.github/config/blocked_ods_codes_dev.txt |
Adds blocked ODS list for DEV. |
wildjames
approved these changes
Apr 21, 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.



Summary
Details
Enable notifications for all except a known list of pharmacies for the next supplier.
Also, bumped the lock file as there was a new critical issue reported.