-
Notifications
You must be signed in to change notification settings - Fork 221
Take into account label needscontact in the code for untriaged #533
Copy link
Copy link
Closed
Description
The code to modify is at
webcompat.com/webcompat/issues.py
Lines 65 to 71 in f8d06cd
| for label in issue.get('labels'): | |
| if 'contactready' in label.get('name'): | |
| match = False | |
| elif 'needsdiagnosis' in label.get('name'): | |
| match = False | |
| elif 'sitewait' in label.get('name'): | |
| match = False |
Reactions are currently unavailable