-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-34381: [Dev] Retrieve committers from arrow-site committers.yml instead of relying on author_association #34557
Conversation
…yml instead of relying on author_association
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test trigger workflow change
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
How to confirm whether the change works or not? |
I have confirmed the change works on a similar scenario: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Benchmark runs are scheduled for baseline = 6ba2255 and contender = fe88d9a. fe88d9a is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
['Python', 'R'] benchmarks have high level of regressions. |
…yml instead of relying on author_association (apache#34557) ### Rationale for this change If a committer has their ASF role on GitHub as private the GitHub PR bot author_association is not correctly assigned. ### What changes are included in this PR? This change uses the committers list on the arrow_site repository to retrieve the list of committers. ### Are these changes tested? There is a unit test and have tested the different steps of the workflow individually but haven't tested the full workflow. ### Are there any user-facing changes? No * Closes: apache#34381 Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
If a committer has their ASF role on GitHub as private the GitHub PR bot author_association is not correctly assigned.
What changes are included in this PR?
This change uses the committers list on the arrow_site repository to retrieve the list of committers.
Are these changes tested?
There is a unit test and have tested the different steps of the workflow individually but haven't tested the full workflow.
Are there any user-facing changes?
No