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

Make bot assign issues to owners with a 1 minute timeout #33999

Closed
isidorn opened this issue Sep 8, 2017 · 2 comments
Closed

Make bot assign issues to owners with a 1 minute timeout #33999

isidorn opened this issue Sep 8, 2017 · 2 comments
Assignees
Labels
engineering VS Code - Build / issue tracking / etc. feature-request Request for new features or functionality plan-item VS Code - planned item for upcoming
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Sep 8, 2017

Currently some of our team member (@dbauemer and @jrieken for example) first create an issue and only then assign it to somebody.
The bot does not seem to cope well with this strategy. Before they could assign it to somebody bot usualy jumps in, adds a debug label and pings me for no reason at all.

Pleae make the bot assign issues with some timeout

@isidorn isidorn added the feature-request Request for new features or functionality label Sep 8, 2017
@alexdima
Copy link
Member

I would also sincerely appreciate this. Sometimes I hit create issue before assigning it and the bot jumps in like super quickly and steals my thunder ... mostly assigning the issue to the wrong person.

@chrmarti
Copy link
Contributor

This is a little harder to implement than to just listen on the create event. Maybe with a shorter delay we could just "setTimeout" and then re-read the issue (which we currently get with the event). Making the delay shorter will make the time window where we "loose" events when restarting the bot smaller.

@chrmarti chrmarti added this to the October 2017 milestone Sep 26, 2017
@chrmarti chrmarti modified the milestones: October 2017, Backlog Oct 30, 2017
@bpasero bpasero added the engineering VS Code - Build / issue tracking / etc. label Nov 11, 2017
@chrmarti chrmarti modified the milestones: Backlog, December 2017/January 2018 Jan 8, 2018
@chrmarti chrmarti added the plan-item VS Code - planned item for upcoming label Jan 8, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
engineering VS Code - Build / issue tracking / etc. feature-request Request for new features or functionality plan-item VS Code - planned item for upcoming
Projects
None yet
Development

No branches or pull requests

4 participants