-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Implement some way to self assign tickets without having full edit access to github #354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also assigning labels should be allowed |
I think that this could work: https://github.com/bdougie/take-action We just need infra to white list it. I will take this. |
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
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 👍 |
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 🤷 |
Hello, we can consider this bot https://github.com/datafuselabs/fusebots , who has an |
That sounds like a cool idea @BohuTANG . Thank you |
I believe this has been completed and can be closed. cc @alamb |
@devinjdangelo how does this currently work? |
@crepererum If you comment "take" on an issue, it will be automatically assigned to you. Here is the PR that added the functionality #9132 Here is an example of it working #9291 (comment) |
It's even documented: https://arrow.apache.org/datafusion/contributor-guide/index.html#finding-and-creating-issues-to-work-on
|
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-datafusion 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
The text was updated successfully, but these errors were encountered: