Skip to content
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

[Dev] Allow users to assign issues with a comment on the issue #14784

Closed
raulcd opened this issue Nov 30, 2022 · 1 comment
Closed

[Dev] Allow users to assign issues with a comment on the issue #14784

raulcd opened this issue Nov 30, 2022 · 1 comment

Comments

@raulcd
Copy link
Member

raulcd commented Nov 30, 2022

Describe the enhancement requested

With the migration to GitHub users don't have permissions to assign issues to themselves. This was possible with JIRA and we should allow and encourage users to work on issues. The current dev_pr workflow will auto-assign if a PR is opened and the issue did not have any assignee but it is good to do this preemptively to tell the rest of the community that someone is working on the issue.

Other projects like pandas or Ibis allow this to be done via a comment like take or /take on the issue itself.

We can update the comment bot to do that.

Component(s)

Developer Tools

@raulcd raulcd self-assigned this Nov 30, 2022
kou pushed a commit that referenced this issue Dec 2, 2022
…#14785)

This PR will allow a user to type `take` in an issue comment and the issue will automatically be assigned to them.

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 11.0.0 milestone Dec 2, 2022
@kou
Copy link
Member

kou commented Dec 2, 2022

Issue resolved by pull request 14785
#14785

@kou kou closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants