Skip to content

Commit 6dc9eb5

Browse files
authored
ci(find-issues-with-missing-labels): add new Issue types (#41229)
So they don't get erroneously flagged.
1 parent 75bb5e2 commit 6dc9eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/find-issues-with-missing-labels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# For example, if the repository added a "type:task" type label, then add "-label:type:task" to the TYPE_LABELS_FILTER.
55

66
PRIORITY_LABELS_FILTER='-label:priority-1-critical -label:priority-2-high -label:priority-3-medium -label:priority-4-low'
7-
ISSUE_TYPE_FILTER='-type:Bug -type:Feature -type:Task'
7+
ISSUE_TYPE_FILTER='-type:Bug -type:Feature -type:Task -type:Docs -type:Epic'
88

99
HAS_ISSUES_MISSING_LABELS=false
1010
HAS_ISSUES_MISSING_ISSUE_TYPE=false

0 commit comments

Comments
 (0)