kevingurney commented on issue #31142: URL: https://github.com/apache/arrow/issues/31142#issuecomment-1442358006
Following up on this discussion: 1. I verified that the `apache/arrow-site` deployment workflows in `.github/workflows/deploy.yml` are already prepared to work with "main" or "master". See [line 23](https://github.com/apache/arrow-site/blob/032d5d697b1acd7c458c56cfa9cd5b29362553d6/.github/workflows/deploy.yml#L23) and [line 51](https://github.com/apache/arrow-site/blob/032d5d697b1acd7c458c56cfa9cd5b29362553d6/.github/workflows/deploy.yml#L51). Note that the Jira issue `ARROW-15988`, which is referred to in the comments on these lines, is now being tracked as #31412 in GitHub Issues. However, this issue can't be addressed until the default branch has been renamed to "main". Therefore, I'll follow up with a PR to address this as soon as Apache INFRA has renamed the default branch of the `apache/arrow-site` repo to "main". 2. I also did an investigation of #20161, which I captured in [this comment](https://github.com/apache/arrow/issues/20161#issuecomment-1442307810). From a CI / deployment workflow stand point, none of the uses of "master" listed in the comment linked to above should be blocking renaming the default branch of the `apache/arrow-site` repo to "main". However, since some of the hard-coded uses of "master" in the website content can't be removed until the default branch has been renamed, there will be a short period of time where some of the website content will be referring to "master" even when the default branch name has been changed to "main". This would be a temporary state, and I can create a PR to address #20161 as soon as the default branch has been renamed if the community is OK with this approach. 3. I also did a high level search for [references to `arrow-site` in the `apache/arrow` code base](https://github.com/apache/arrow/search?q=arrow-site) and none of the references appear to be dependent on "master". --- **Summary**: Given the analysis above, I believe we are ready to request INFRA to rename the default branch for the `apache/arrow-site` repo to "main". Once the rename is complete, I can follow up with PRs to remove remaining uses of "master" from the website content and deployment workflows, addressing #20161 and #31412. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org