-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fixed StagingDeployCash issue body #3772
Fixed StagingDeployCash issue body #3772
Conversation
7e6bdfc
to
37b9e7b
Compare
I think I need help with the Check here. I am not sure exactly why its failing, on local |
TL;DR Just run But in case you want a more detailed explanation ... So there are two checks that happen here. The other check that happens here requires a bit more context. There is this subtlety of JavaScript GitHub Actions:
So in practice, that means that when creating a JavaScript action, one has two choices:
We didn't want to commit any of our node modules in this repo, so instead we use the second approach. The build script is here. You can see the result by looking at all our JavaScript GitHub Actions, and you'll notice each has:
So whenever changes are made to GH Actions, you need to recompile the GHA executables. In order to help prevent people forgetting to do that, we added another PR check here that executes this script. That script recompiles all the actions on the PR and will complain if there is diff, which is what is happening here: |
Thanks for the detailed Info. but I built actions before pushing. I will try again. |
@parasharrajat Do you have a windows computer? Annoyingly, |
No, Linux |
Try running |
Okay, next I would try this:
Other than that, you have to look through the diff and try to find out what's going on/why there is a difference. IDK what Linux flavor you have, but that might matter - you could try running the build script in an Ubuntu 20.04 VM? |
|
Updated. Thanks. |
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.
No blockers, just some small comments.
Co-authored-by: Rory Abraham <47436092+roryabraham@users.noreply.github.com>
Updated. Ready for review. |
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.
Okay, LGTM 👍
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging in version: 1.0.74-1🚀
|
Details
Added pagination so that all the automated PRs can be filtered while creating the StagingDeployCashBody issue Body.
Fixed Issues
$ fixes #3662
Tests
QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android