Skip to content

fix: oauth uat config #17811

Merged
chaitanyapotti merged 7 commits into
mainfrom
fix/oauth-uat-config
Aug 6, 2025
Merged

fix: oauth uat config #17811
chaitanyapotti merged 7 commits into
mainfrom
fix/oauth-uat-config

Conversation

@ieow

@ieow ieow commented Aug 1, 2025

Copy link
Copy Markdown
Contributor

Description

Fix the buildType 'qa' to return main_uat config

This pr #17811 should only go to 7.53.0 if this pr #17397 go in first

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@ieow ieow requested a review from a team as a code owner August 1, 2025 09:03
@github-actions

github-actions Bot commented Aug 1, 2025

Copy link
Copy Markdown
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@metamaskbot metamaskbot added the team-onboarding Onboarding team label Aug 1, 2025
cursor[bot]

This comment was marked as outdated.

@ieow ieow added Run Smoke E2E No QA Needed Apply this label when your PR does not need any QA effort. area-onboarding labels Aug 1, 2025
@github-actions

github-actions Bot commented Aug 1, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 124c329
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/92b6c67f-9051-45ac-a7ea-256783a6b2ae

Note

  • You can rerun any failed steps by opening the Bitrise build, tapping Rebuild on the upper right then Rebuild unsuccessful Workflows
  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Tip

  • Check the documentation if you have any doubts on how to understand the failure on bitrise

@ieow ieow enabled auto-merge August 1, 2025 10:02
@ieow ieow disabled auto-merge August 1, 2025 10:03
@chaitanyapotti chaitanyapotti changed the title fix: oauth uat config fix: oauth uat config cp-7.53.0 Aug 1, 2025
@github-actions

github-actions Bot commented Aug 1, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 9a1ea75
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/c99f3e92-6078-46c8-aa8e-d64df487d68f

Note

  • You can rerun any failed steps by opening the Bitrise build, tapping Rebuild on the upper right then Rebuild unsuccessful Workflows
  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Tip

  • Check the documentation if you have any doubts on how to understand the failure on bitrise

@ieow ieow removed the Run Smoke E2E label Aug 4, 2025
@github-actions

github-actions Bot commented Aug 4, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 744c3d7
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/94ebec0f-c832-41c8-b1dc-a98d30e457ef

Note

  • You can rerun any failed steps by opening the Bitrise build, tapping Rebuild on the upper right then Rebuild unsuccessful Workflows
  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Tip

  • Check the documentation if you have any doubts on how to understand the failure on bitrise

@github-actions

github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 65bc2f8
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/8b578043-dadb-482a-a0e3-6dc57ee88686

Note

  • You can rerun any failed steps by opening the Bitrise build, tapping Rebuild on the upper right then Rebuild unsuccessful Workflows
  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Tip

  • Check the documentation if you have any doubts on how to understand the failure on bitrise

@ieow ieow changed the title fix: oauth uat config cp-7.53.0 fix: oauth uat config Aug 5, 2025
@ieow ieow removed the Run Smoke E2E label Aug 5, 2025
@github-actions

github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: f05b851
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/ea92cb88-7647-4286-b7f9-a01e118a529f

Note

  • You can rerun any failed steps by opening the Bitrise build, tapping Rebuild on the upper right then Rebuild unsuccessful Workflows
  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Tip

  • Check the documentation if you have any doubts on how to understand the failure on bitrise

@github-actions

github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

✅✅✅ pr_smoke_e2e_pipeline passed on Bitrise! ✅✅✅

Commit hash: ee66919
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/9b92f647-ba9f-4847-ae07-21b21c8f6c71

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

@sonarqubecloud

sonarqubecloud Bot commented Aug 5, 2025

Copy link
Copy Markdown

@chaitanyapotti chaitanyapotti added this pull request to the merge queue Aug 6, 2025
Merged via the queue into main with commit 9504d3b Aug 6, 2025
58 of 61 checks passed
@chaitanyapotti chaitanyapotti deleted the fix/oauth-uat-config branch August 6, 2025 01:21
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 6, 2025
@metamaskbot metamaskbot added the release-7.55.0 Issue or pull request that will be included in release 7.55.0 label Aug 6, 2025
@ieow

ieow commented Aug 22, 2025

Copy link
Copy Markdown
Contributor Author

This is in 7.53.0 #18013

@tommasini tommasini added release-7.54.0 Issue or pull request that will be included in release 7.54.0 and removed release-7.55.0 Issue or pull request that will be included in release 7.55.0 labels Aug 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-onboarding No QA Needed Apply this label when your PR does not need any QA effort. release-7.54.0 Issue or pull request that will be included in release 7.54.0 team-onboarding Onboarding team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants