-
Notifications
You must be signed in to change notification settings - Fork 4
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
🚀 [QA] Update release environment #615
Conversation
Closes #576 This PR adds a logic for an extra check of assistant visibility.
Despite having configured the workflow to trigger when a PR with base branch `release` and head branch `stage-live` is opened, we didn't see the workflow to trigger in those circumstances. We've tested similar config in other repository and it was working there. The difference was that in the other repository the PR opened wasn't showing warning about the branch being out-of-date (and in case of the release PRs in `dapp` we see that warning). So it looks that this may affect workflow triggering. In this PR we want to verify if changing the triggering event to (`pull_request_target`)[https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target] will help. This event runs in the context of the base of the pull request, not in the context of the merge commit.
This is a pull request that upon merging will update stage environments with recent `main` changes. The environments that will be updated: * Stage live: https://stage-live--taho-development.netlify.app/ * Stage fork: https://stage-fork--taho-development.netlify.app/ Read more: [Deployment to Production Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
✅ Deploy Preview for taho-development ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…616) Despite having configured the workflow to trigger when a PR with base branch `release` and head branch `stage-live` is opened, we didn't see the workflow to trigger in those circumstances. We've tested similar config in other repository and it was working there. The difference was that in the other repository the PR opened wasn't showing warning about the branch being out-of-date (and in case of the release PRs in `dapp` we see that warning). So it looks that this may affect workflow triggering. In this PR we want to verify if changing the triggering event to [`pull_request_target`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target) will help. This event runs in the context of the base of the pull request, not in the context of the merge commit.
This is a pull request that upon merging will update stage environments with recent `main` changes. The environments that will be updated: * Stage live: https://stage-live--taho-development.netlify.app/ * Stage fork: https://stage-fork--taho-development.netlify.app/ Read more: [Deployment to Production Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
Release checklistThis release checklist should be performed before release is published.
Approve the PR when the checklist is finished ✅ Merge the PR when it is approved and we want to update the production Manual tests
|
This is a pull request that upon merging will update stage environments with recent `main` changes. The environments that will be updated: * Stage live: https://stage-live--taho-development.netlify.app/ * Stage fork: https://stage-fork--taho-development.netlify.app/ Read more: [Deployment to Production Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
Update to Nov 8 (+7 days from last date)
This is a pull request that upon merging will update stage environments with recent `main` changes. The environments that will be updated: * Stage live: https://stage-live--taho-development.netlify.app/ * Stage fork: https://stage-fork--taho-development.netlify.app/ Read more: [Deployment to Production Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
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.
approved for prod
This is a pull request that upon merging will update production environment with recent
stage-live
changes.The environment that will be updated:
Read more: Deployment to Production Flow