alamb opened a new issue, #6242:
URL: https://github.com/apache/arrow-rs/issues/6242

                 Hi, I recommend using [GitHub 
scripts](https://github.com/actions/github-script) instead of `curl` for easier 
maintainance.
   
   We can use simple js code here instead:
   
   ```js
   
   octokit.rest.issues.addAssignees({
     owner,
     repo,
     issue_number,
     assignees,
   });
   ```
   
   ref: https://octokit.github.io/rest.js/v20#issues
   
   _Originally posted by @Xuanwo in 
https://github.com/apache/arrow-rs/pull/6059#discussion_r1677710508_
               


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