You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/17 15:36:59 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #354: Implement some way to self assign tickets without having full edit access to github

alamb opened a new issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   When someone selects an issue to work on in arrow-rs there is no good way for them to "assign" the ticket to themselves and they have to resort to comments like "I would like to work on this one" or ask one of the maintainers to assign the ticket to themselves
   
   **Describe the solution you'd like**
   One idea would be a "claim"-bot that let's you self-assign unassigned tickets w/o the need to have full edit permissions
   
   **Describe alternatives you've considered**
   TBD
   
   **Additional context**
   Suggested by @crepererum 
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] jorgecarleitao commented on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
jorgecarleitao commented on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-852348732


   They are not enforcing the policy; we just need to request them to open an exception: e.g. [https://issues.apache.org/jira/browse/INFRA-21743?jql=project%20%3D%20INFRA%20AND%20reporter%20in%20(currentUser())%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC].
   
   I just did it [here](https://issues.apache.org/jira/browse/INFRA-21951)
   
   To move code, we need an IP clearance process, which is likely more painful.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] msathis commented on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
msathis commented on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-846166137


   Also assigning labels should be allowed


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb commented on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-853327000


   That sounds like a cool idea  @BohuTANG . Thank you


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] BohuTANG edited a comment on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
BohuTANG edited a comment on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-852561940


   Hello, we can consider this bot https://github.com/datafuselabs/fusebots , who has an '/assignme' command to take the current issue away and then automatically add a 'community-take' label, demo: https://github.com/datafuselabs/datafuse/issues/663#issuecomment-851260591


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb commented on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-852350864


   > To move code, we need an IP clearance process, which is likely more painful.
   
   I guess I was thinking since it was MIT licensed we did not need additional clearance. I am not an expert in these matters 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb commented on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-852343837


   Thanks @jorgecarleitao  - note  I think all that is required from infra is not to rely on a third-party action. It is fine if the code lives in the arrow-rs repository
   
   > Notice: December 27, 2020: We only allow Actions that are official "Made by GitHub" or local to the Apache org on GitHub, to address a potential security vulnerability. This is an incident-related policy change. We are researching the situation, and the policy may evolve based on what we learn.
   
   https://infra.apache.org/github-actions-secrets.html
   
   Given the license in https://github.com/bdougie/take-action is MIT, I think we could simply copy the action code into the arrow-rs repo and be good 👍 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] BohuTANG commented on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
BohuTANG commented on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-852561940


   Hello, we can consider this bot https://github.com/datafuselabs/fusebots , who has an '/assignme' command to take the current issue away and then automatically add an 'community-take' label, demo: https://github.com/datafuselabs/datafuse/issues/663#issuecomment-851260591


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] jorgecarleitao edited a comment on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
jorgecarleitao edited a comment on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-852348732


   They are not enforcing the policy; we just need to request them to open an exception: e.g. [here](https://issues.apache.org/jira/browse/INFRA-21743?jql=project%20%3D%20INFRA%20AND%20reporter%20in%20(currentUser())%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC).
   
   I just did it [here](https://issues.apache.org/jira/browse/INFRA-21951)
   
   To move code, we need an IP clearance process, which is likely more painful.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] jorgecarleitao commented on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
jorgecarleitao commented on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-852039680


   I think that this could work: https://github.com/bdougie/take-action
   
   We just need infra to white list it. I will take this.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] BohuTANG edited a comment on issue #354: Implement some way to self assign tickets without having full edit access to github

Posted by GitBox <gi...@apache.org>.
BohuTANG edited a comment on issue #354:
URL: https://github.com/apache/arrow-datafusion/issues/354#issuecomment-852561940


   Hello, 
   
   we can consider this bot https://github.com/datafuselabs/fusebots , who has an `/assignme` command to take the current issue away and then automatically add a `community-take` label, demo: https://github.com/datafuselabs/datafuse/issues/663#issuecomment-851260591


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org