Skip to content

Take into account label needscontact in the code for untriaged #533

@karlcow

Description

@karlcow

The code to modify is at

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions