Neal Richardson created ARROW-15690:
---------------------------------------
Summary: [Dev] Update GitHub Actions workflows that hardcode
master as default
Key: ARROW-15690
URL: https://issues.apache.org/jira/browse/ARROW-15690
Project: Apache Arrow
Issue Type: Sub-task
Components: Developer Tools
Reporter: Neal Richardson
{{git rev-parse --abbrev-ref origin/HEAD | sed s@origin/@@}} will tell us what
the default branch is. Identify the default branch and use it.
* https://github.com/apache/arrow/blob/master/.github/workflows/archery.yml#L52
* https://github.com/apache/arrow/blob/master/.github/workflows/comment_bot.yml
* Update https://github.com/apache/arrow/blob/master/ci/detect-changes.py#L231
to be master or main; also update comments
--
This message was sent by Atlassian Jira
(v8.20.1#820001)