raulcd commented on code in PR #14785:
URL: https://github.com/apache/arrow/pull/14785#discussion_r1037345044


##########
.github/workflows/comment_bot.yml:
##########
@@ -174,3 +174,18 @@ jobs:
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           args: "--force"
+
+  issue_assign:
+    name: "Assign issue"
+    permissions:
+      issues: write
+    if: github.event.comment.body == 'take'
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v3

Review Comment:
   Thanks for the comment, it made me realise I could simplify it a lot as when 
I started I thought I might need more code for it. The action is not needed 
though.



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