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

Test: Improve automated issue management #35003

Closed
1 of 2 tasks
chrmarti opened this issue Sep 26, 2017 · 2 comments
Closed
1 of 2 tasks

Test: Improve automated issue management #35003

chrmarti opened this issue Sep 26, 2017 · 2 comments

Comments

@chrmarti
Copy link
Contributor

chrmarti commented Sep 26, 2017

Testing #32238

Complexity 2

In one of our satellite repos or a personal repo:

  • Make sure the VSCode bot is installed (Repo Settings > Integrations & Services)
  • Configure automatic assignment by checking in a file .github/assignment.yml with:
{
    perform: true,
    assignees: [ yourgithubid ]
}
  • Verify new issues are automatically assigned to the listed (comma separated) GitHub accounts.
  • Verify that if you assign a new issue to someone before submitting it, no automatic assignment is done.

In our main repo, configure multiple assignees (e.g., for workbench) in: https://github.com/Microsoft/vscode/blob/master/.github/classifier.yml

  • Verify only one of these assignees is assigned for that label and it is randomly picked.

Assigning @bpasero because he specifically asked for the random assignment and the classifier is really only operational on our main repo at this time.

@chrmarti chrmarti added this to the September 2017 milestone Sep 26, 2017
@jrieken jrieken modified the milestone: September 2017 Sep 26, 2017
@bpasero
Copy link
Member

bpasero commented Sep 26, 2017

I added @sandy081 and @isidorn with me to workbench, let's see how that turns out.

bpasero added a commit that referenced this issue Sep 26, 2017
@bpasero bpasero removed their assignment Sep 26, 2017
@ramya-rao-a ramya-rao-a removed their assignment Sep 26, 2017
@ramya-rao-a
Copy link
Contributor

I can confirm that the workbench labelled issues are now being assigned to either @bpasero @isidorn or @sandy081

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants