Skip to content
Snippets Groups Projects
Commit dee22723 authored by ayeaye's avatar ayeaye
Browse files

Changed 'DELETED' to 'DELETE' to ignore issue

parent e4e7288b
No related merge requests found
...@@ -46,7 +46,7 @@ def getComp(issue): ...@@ -46,7 +46,7 @@ def getComp(issue):
return 0 return 0
def makeIssue(issue, isMilestone = False): def makeIssue(issue, isMilestone = False):
if "DELETED" in issue.title: if "DELETE" in issue.title:
return None return None
start, end = getDates(issue, isMilestone) start, end = getDates(issue, isMilestone)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment