-
Notifications
You must be signed in to change notification settings - Fork 1
Update: [AEA-6581] - make assist me regression role available to assist me repo #2270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -67,7 +67,8 @@ | |||||||||
| "NONE" | ||||||||||
| ], | ||||||||||
| "AssistMeRegressionTestClaimFilters": [ | ||||||||||
| "repo:NHSDigital/electronic-prescription-service-api-regression-tests:*" | ||||||||||
| "repo:NHSDigital/electronic-prescription-service-api-regression-tests:*", | ||||||||||
| "repo:NHSDigital/eps-assist-me:*" | ||||||||||
|
Comment on lines
+70
to
+71
|
||||||||||
| "repo:NHSDigital/electronic-prescription-service-api-regression-tests:*", | |
| "repo:NHSDigital/eps-assist-me:*" | |
| "repo:NHSDigital/electronic-prescription-service-api-regression-tests:environment:int", | |
| "repo:NHSDigital/eps-assist-me:environment:int" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description says the Assist Me regression role should be available to the
eps-assist-merepo, but this change is only applied to dev/ref/qa/int.environmentSettings/prod.jsonstill hasAssistMeRegressionTestClaimFilterslimited to the regression-tests repo, soeps-assist-mestill won't be able to assume the role in prod. If prod access is intentionally excluded, consider updating the PR description to reflect that; otherwise, the prod environment settings likely need the same addition.