You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"The files generated from the .peggy files using the commands: generate-search-parser and generate-autocomplete-parser are not identical to those currently on this branch."
23
+
echo"The parser .js files should never be edited manually. Make sure you’ve run locally: npm run generate-search-parser and npm run generate-autocomplete-parser, and committed the changes."
24
+
exit 1
25
+
else
26
+
echo"The files generated from the .peggy files using the commands: generate-search-parser and generate-autocomplete-parser are identical to those currently on this branch."
That will help us keep track of who triggered this CP. Once all that's done, push your changes with \`git push origin ${{ github.actor }}-cherry-pick-staging-${{ github.event.inputs.PULL_REQUEST_NUMBER }}-${{ github.run_attempt }}\`, and then open this PR for review.
129
+
130
+
Note that you **must** test this PR, and both the author and reviewer checklist should be completed, just as if you were merging the PR to main." \
113
131
--label "Engineering,Hourly" \
114
132
--base "staging"
115
133
sleep 5
116
134
gh pr comment --body \
117
135
"This pull request has merge conflicts and can not be automatically merged. :disappointed:
118
136
Please manually resolve the conflicts, push your changes, and then request another reviewer to review and merge.
119
137
**Important:** There may be conflicts that GitHub is not able to detect, so please _carefully_ review this pull request before approving."
if ! ./gradlew --profile assembleProductionRelease
69
-
then
70
-
echo "❌ Android Standalone failed to build: Please reach out to Contributor+ and/or Expensify engineers for help in #expensify-open-source to resolve."
0 commit comments