[ https://issues.apache.org/jira/browse/HIVE-25415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated HIVE-25415: ---------------------------------- Labels: pull-request-available (was: ) > auto-assign breaks on forks > --------------------------- > > Key: HIVE-25415 > URL: https://issues.apache.org/jira/browse/HIVE-25415 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Josh Soref > Priority: Trivial > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > {code:java} > Run shufo/auto-assign-reviewer-by-files@v1.1.1 > 5{ > 6 '**/*.thrift': [ 'kgyrtkirk', 'klcopp' ], > 7 '**/*.g': [ 'kgyrtkirk' ], > 8 '**/package.jdo': [ 'kgyrtkirk' ], > 9 '**/schq/**': [ 'kgyrtkirk' ], > 10 '**/*Scheduled*': [ 'kgyrtkirk' ], > 11 '**/*[sS]ketches*': [ 'kgyrtkirk' ], > 12 Jenkinsfile: [ 'kgyrtkirk' ], > 13 '.github/**': [ 'kgyrtkirk' ], > 14 '**/ddl/**': [ 'miklosgergely' ], > 15 '**/ql/*@(Driver|Compiler|Executor)*.java': [ 'miklosgergely' ], > 16 '**/schematool/**': [ 'miklosgergely' ], > 17 '**/metatool/**': [ 'miklosgergely' ], > 18 '**/tez/**/*.java': [ 'abstractdog' ], > 19 '**/*Tez*java': [ 'abstractdog' ], > 20 '**/*TopNKey*java': [ 'kasakrisz' ], > 21 '**/*CardinalityPreserving*java': [ 'kasakrisz' ], > 22 '**/*Llap*java': [ 'pgaref' ] > 23} > 24 > beeline/src/test/org/apache/hive/beeline/schematool/TestHiveSchemaTool.java > matches **/schematool/** > 25finished! > 26(node:1453) UnhandledPromiseRejectionWarning: HttpError: Reviews may only > be requested from collaborators. One or more of the users or teams you > specified is not a collaborator of the check-spelling/hive repository. > 27 at > /home/runner/work/_actions/shufo/auto-assign-reviewer-by-files/v1.1.1/dist/index.js:1:301912 > 28 at processTicksAndRejections (internal/process/task_queues.js:93:5) > 29 at async assignReviewers > (/home/runner/work/_actions/shufo/auto-assign-reviewer-by-files/v1.1.1/dist/index.js:1:39056) > 30(node:1453) UnhandledPromiseRejectionWarning: Unhandled promise rejection. > This error originated either by throwing inside of an async function without > a catch block, or by rejecting a promise which was not handled with .catch(). > (rejection id: 1) > 31(node:1453) [DEP0018] DeprecationWarning: Unhandled promise rejections are > deprecated. In the future, promise rejections that are not handled will > terminate the Node.js process with a non-zero exit code. > Complete job0s {code} > > -- This message was sent by Atlassian Jira (v8.3.4#803005)