You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/03/14 13:40:06 UTC

[GitHub] [arrow] kou commented on a diff in pull request #34557: GH-34381: [Dev] Retrieve committers from arrow-site committers.yml instead of relying on author_association

kou commented on code in PR #34557:
URL: https://github.com/apache/arrow/pull/34557#discussion_r1135560165


##########
.github/workflows/pr_bot.yml:
##########
@@ -90,8 +96,10 @@ jobs:
             archery trigger-bot \
               --event-name "pull_request_review" \
               --event-payload "${{ steps.extract.outputs.pr_review_path }}"

Review Comment:
   ```suggestion
                 --event-payload "${{ steps.extract.outputs.pr_review_path }}" \
   ```



##########
.github/workflows/pr_bot.yml:
##########
@@ -90,8 +96,10 @@ jobs:
             archery trigger-bot \
               --event-name "pull_request_review" \
               --event-payload "${{ steps.extract.outputs.pr_review_path }}"
+              --committers "${{ steps.committers.outputs.committers_path }}"
           else
             archery trigger-bot \
               --event-name "${{ github.event_name }}" \
               --event-payload "${{ github.event_path }}"

Review Comment:
   ```suggestion
                 --event-payload "${{ github.event_path }}" \
   ```



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org