kou commented on PR #39997:
URL: https://github.com/apache/arrow/pull/39997#issuecomment-1934069014

   How about adding the following to this PR only for testing?
   
   ```diff
   diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
   index 4892767324..c8d3bdd1ec 100644
   --- a/.github/workflows/dev.yml
   +++ b/.github/workflows/dev.yml
   @@ -113,3 +113,25 @@ jobs:
          - name: Run Merge Script Test
            shell: bash
            run: pytest -v dev/test_merge_arrow_pr.py
   +
   +  crossbow:
   +    name: Crossbow
   +    runs-on: ubuntu-latest
   +    steps:
   +      - name: Checkout Arrow
   +        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 
v4.0.0
   +        with:
   +          path: arrow
   +          # fetch the tags for version number generation
   +          fetch-depth: 0
   +      - name: Set up Python
   +        uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c 
# v5.0.0
   +        with:
   +          python-version: 3.8
   +      - name: Install Archery and Crossbow dependencies
   +        run: pip install -e arrow/dev/archery[bot]
   +      - name: Handle GitHub comment event
   +        env:
   +          ARROW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   +        run: |
   +          archery crossbow submit ...
   ```
   
   Or I think that we can merge this to main and try because you've already 
checked this on your local.


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