F21 commented on code in PR #2352:
URL: https://github.com/apache/calcite/pull/2352#discussion_r856863214


##########
appveyor.yml:
##########
@@ -29,8 +29,8 @@ init:
 branches:
   # whitelist
   only:
-    - master
-    - new-master
+    - main
+    - new-main

Review Comment:
   I think we don't need the `new-main` branch here either.



##########
site/community/index.md:
##########
@@ -78,7 +78,7 @@ Need help with Calcite? Try these resources:
   your question.
 * **Browse the code**.
   One of the advantages of open source software is that you can browse the 
code.
-  The code is available on 
[github](https://github.com/apache/calcite/tree/master).
+  The code is available on 
[GitHub](https://github.com/apache/calcite/tree/main).
 
 # Talks

Review Comment:
   Maybe change the `https://github.com/julianhyde/share/blob/master/*` links 
to `https://github.com/julianhyde/share/blob/main/*` because Julian renamed his 
default branch to main.



##########
.travis.yml:
##########
@@ -52,8 +52,8 @@ matrix:
         - GUAVA=31.0.1-jre
 branches:
   only:
-    - master
-    - new-master
+    - main
+    - new-main

Review Comment:
   I think we don't need the `new-main` branch.



-- 
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]

Reply via email to