We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b0999 commit 63bdf58Copy full SHA for 63bdf58
1 file changed
.github/workflows/scripts/generate-codeowners-activity.js
@@ -25,7 +25,7 @@ const SIX_MONTHS_DAYS = 180;
25
const REPORT_LOW_ACTIVITY_6MO = false;
26
27
/** PRs created by these logins are excluded from the report. */
28
-const EXCLUDED_PR_AUTHORS = new Set(['otelbot']);
+const EXCLUDED_PR_AUTHORS = new Set(['otelbot', 'renovate']);
29
30
// Component labels to include in the report (matches component_labels.txt). Empty = all components.
31
const FOCUS_COMPONENT_LABELS = new Set([
0 commit comments