kou commented on code in PR #47181: URL: https://github.com/apache/arrow/pull/47181#discussion_r2230092551
########## dev/merge_arrow_pr.py: ########## @@ -254,10 +255,13 @@ def __init__(self, project_name, cmd): config = load_configuration() if "github" in config.sections(): token = config["github"]["api_token"] + if not token: + token = os.environ.get('GH_TOKEN') if not token: Review Comment: Good point. I've added warning message. -- 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