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

Fixes #2805 - Change needsdiagnosis model to consider moved milestone as needsdiagnosis = True #2806

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

ksy36
Copy link
Contributor

@ksy36 ksy36 commented Mar 10, 2022

I've described the change in detail in #2805

and event["milestone"]["title"] == "needsdiagnosis"
if event["event"] == "milestoned" and (
event["milestone"]["title"] == "needsdiagnosis"
or event["milestone"]["title"] == "moved"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: event["milestone"]["title"] in ("needsdiagnosis", "moved")

@marco-c marco-c merged commit 252334c into mozilla:master Mar 10, 2022
@ksy36 ksy36 deleted the issues/2805 branch March 11, 2022 02:34
@ksy36
Copy link
Contributor Author

ksy36 commented Mar 11, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants