paleolimbot commented on code in PR #88:
URL: https://github.com/apache/sedona-db/pull/88#discussion_r2352646858
##########
.github/workflows/packaging.yml:
##########
@@ -21,6 +21,7 @@ on:
push:
branches:
- main
+ - 'branch-*'
Review Comment:
In some other GitHub actions I used `maint-*` for this because that's what
Arrow did (I'll PR to update the others)
##########
.gitignore:
##########
@@ -46,3 +46,4 @@ __pycache__
# R-related files
.Rproj.user
+*
Review Comment:
I think so!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]