You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
…#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>
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
The text was updated successfully, but these errors were encountered: