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 #2940 - Add a label to v2 form issues #2957

Merged
merged 2 commits into from
Oct 9, 2019
Merged

Fixes #2940 - Add a label to v2 form issues #2957

merged 2 commits into from
Oct 9, 2019

Conversation

miketaylr
Copy link
Member

It's hard-coded, but shortlived. We can also use label param if we want to, but this way seems easiest.

r? @karlcow

webcompat/webcompat-tests#1953 is a sample issue (filed from chrome!!111), which has the label added, as well as the <!-- @extra_labels: form-v2-experiment --> comment.

@miketaylr miketaylr requested a review from karlcow October 9, 2019 00:28
Copy link
Member

@karlcow karlcow left a comment

Choose a reason for hiding this comment

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

thanks.

@@ -263,6 +263,8 @@ def create_issue():

if ab_active('exp') == 'form-v2':
bug_form = get_form(form_data, form=FormWizard)
# TODO: remove this when the experiment has ended
form_data['extra_labels'].append('form-v2-experiment')
Copy link
Member

Choose a reason for hiding this comment

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

I guess in one way or the other this full code will disappear anyway be in the case of rejecting or adopting the new form.

@karlcow karlcow merged commit e0be6b0 into master Oct 9, 2019
@karlcow karlcow deleted the issues/2940/3 branch June 1, 2020 21:48
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