assignUser commented on code in PR #14785:
URL: https://github.com/apache/arrow/pull/14785#discussion_r1037294505
##########
.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:
We can remove this checkout by making the .js file into an action, that
would be more idiomatic for gha.
--
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]