We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bb5e2 commit 6dc9eb5Copy full SHA for 6dc9eb5
tools/find-issues-with-missing-labels.sh
@@ -4,7 +4,7 @@
4
# For example, if the repository added a "type:task" type label, then add "-label:type:task" to the TYPE_LABELS_FILTER.
5
6
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'
+ISSUE_TYPE_FILTER='-type:Bug -type:Feature -type:Task -type:Docs -type:Epic'
8
9
HAS_ISSUES_MISSING_LABELS=false
10
HAS_ISSUES_MISSING_ISSUE_TYPE=false
0 commit comments